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