/** Compress a Uint8Array using "deflate" */ export declare function deflate(data: Uint8Array): Promise;