export declare type CompressionCheckOptions = { brotli: boolean; gzip: boolean; threshold: number; zopfli: boolean; }; //# sourceMappingURL=types.d.ts.map