import type { TTemplateLiteral } from '@sinclair/typebox';
import type { FakerFn } from '../types';
/**
 * Generates fake data for template literal schemas
 */
export declare const fakeTemplateLiteral: FakerFn<TTemplateLiteral>;
