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