export declare function gzip(sourcePath: string): Promise; export declare function brotli(sourcePath: string): Promise;