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