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