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