import type { Readable } from "stream"; export declare const compressStream: (body: Readable) => Promise;