import { Readable, Writable } from 'stream'; export declare const getPathFromStream: (stream: Readable | Writable) => string; export declare const getFileSize: (path: string) => Promise;