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