import type { ChunkCallbackFunction } from "../config"; export declare const streamReader: (res: Response, cb: ChunkCallbackFunction) => Promise;