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