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