import type { ITemplateHandlerOptions } from '../../types/index.js';
export declare function generateCode(match: string, options?: ITemplateHandlerOptions): string;
