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