/// import { Readable } from 'stream'; export declare class FetchReadable extends Readable { constructor(stream: any); }