import { ImgType, ImgZipType } from './interface';
export declare function getNow(): string;
export declare function zip(img: ImgType): ImgZipType;
export declare function unzip(img: ImgZipType): ImgType;
export declare function pathJoin(...arg: any[]): any;
export declare function getPath(path: string, customPath: string): string;
