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