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