import { Readable } from "stream";
export declare function createReadStreamOnBuffer(buffer: Uint8Array): Readable;
