export declare class HtmlHandler { sourceFilePath: string; targetFilePath: string; checkIfExists(): Promise; copyHtml(targetPathArg?: string): Promise; minifyHtml(targetPathArg?: string): Promise; }