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