export declare function removeCommentsFromCode(input: string): string;
export declare function removeCommentsFromTemplate(input: string): string;
export declare const escapeCode: (template: string) => string;
export declare const escapeHTML: (content: string) => string;
