export declare function removeScripts(content: string): string;
export declare function removeEmptyLines(content: string): string;
