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