export declare const StreamToBuffer: (stream: any) => Promise; export declare function StreamToString(stream: any): Promise;