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