import type { TReadonly } from '@sinclair/typebox';
import type { FakerFn } from '../types';
/**
 * Generates fake data for readonly schemas
 */
export declare const fakeReadonly: FakerFn<TReadonly<any>>;
