import { InstillJSONSchema } from "../../../lib"; export type InstillAIOpenAPIProperty = InstillJSONSchema & { path?: string; instillFormat?: string; }; export declare function getPropertiesFromOpenAPISchema(schema: InstillJSONSchema, parentKey?: string, title?: string, parentIsArray?: boolean): InstillAIOpenAPIProperty[]; //# sourceMappingURL=getPropertiesFromOpenAPISchema.d.ts.map