/// import { CompressType } from "../reware"; export declare function hasBR(): boolean; export declare function compress(type: CompressType, data: Buffer): Promise;