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