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