import type { JSONSchema7 } from 'json-schema';
export declare function seedString(schema: JSONSchema7): string;
