import type { FieldType } from "../Field.js"; declare const getType: (openApiType: string, format?: string) => FieldType; export default getType; //# sourceMappingURL=getType.d.ts.map