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