import type { JsonSchemaObject, GenerateContext } from "../types.js"; export declare function generateString(schema: JsonSchemaObject, ctx: GenerateContext): string; //# sourceMappingURL=string.d.ts.map