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