import { OpenAPIV3 } from "openapi-types"; export declare function documentToTypefile(inputFile: string, outputFile: string): Promise; export declare function inputFileToTypeString(inputFile: string): Promise; /** * Generate a type that is bascially one-to-one with an OpenAPI specification document */ export declare function documentToType(spec: OpenAPIV3.Document): string; //# sourceMappingURL=document-to-ts.d.ts.map