import { Stream } from 'stream'; export declare function streamToBuffer(stream: Stream): Promise; export declare function streamToString(stream: Stream): Promise; export declare function contentTypeToMimeType(contentType: string): string;