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