import { type HashbrownType } from './base'; /** * Converts a draft-07 JSON Schema into a Skillet schema. * * @param schema - The JSON Schema to convert. * @returns A Skillet schema derived from the JSON Schema. * @throws If the JSON Schema uses unsupported keywords or shapes. * @internal */ export declare function fromJsonSchema(schema: Record): HashbrownType; //# sourceMappingURL=from-json-schema.d.ts.map