export declare function unzipFile(source: string, destination?: string): Promise<void>;
