import type { CustomJsonSchema } from '../types'; export default function addCreatableSupportToSchema(schema: CustomJsonSchema, data: Record): CustomJsonSchema; //# sourceMappingURL=addCreatableSupportToSchema.d.ts.map