import type { GlobalContext, OpenAPI3 } from "../types.js"; export declare function transformSchema(schema: OpenAPI3, ctx: GlobalContext): Record;