declare const gzipSize: (path: string) => Promise<number>;
export default gzipSize;
