export declare function compress(input: Uint8Array): Promise<Uint8Array>;
export declare function inflate(input: Uint8Array): Promise<Uint8Array>;
