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


export = gzipSize;