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