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