import { OpenAPIV3 } from "openapi-types"; export declare function schemaObjectToTypescriptType(node: OpenAPIV3.SchemaObject | OpenAPIV3.ReferenceObject): string; /** Convert $ref to TS ref */ export declare function transformRef(ref: string): string; //# sourceMappingURL=schema-to-ts.d.ts.map