import { PontxJsonSchema } from "../schema.js"; import { OAS2 } from "oas-spec-ts"; export declare function parseOAS2Schemas(swagger: OAS2.SwaggerObject): { name: string; schema: PontxJsonSchema; }[];