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