import { type TRecursive, type TSchema } from '@sinclair/typebox';
import type { FakerFn } from '../types';
/**
 * Generates fake data for recursive schemas
 */
export declare const fakeRecursive: FakerFn<TRecursive<TSchema>>;
