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