export declare class HtmlHandler { defaultFromPath: string; defaultToPath: string; checkIfExists(): Promise; processHtml(optionsArg: { from?: string; to?: string; minify?: boolean; }): Promise; }