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