import type { Readable, PassThrough } from "stream"; export declare function bufferToReadable(buffer: Buffer): Promise; export declare function createPassThrough(): Promise;