export declare function filesToStream(filePath: string): ReadableStream; export declare function filesToByteArray(filePath: string): Promise; export declare function filesToString(filePath: string): Promise; export declare function streamToByteArray(stream?: ReadableStream): Promise; export declare function bytesToStream(bytes: Uint8Array): ReadableStream; //# sourceMappingURL=files.d.ts.map