import { IZip } from "./zip";
export declare function zipLoadPromise(filePath: string): Promise<IZip>;
