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