import { Storage } from "./Storage.js"; export declare function testPutGetFilePath(instance: Storage): Promise; export declare function testPutGetStream(instance: Storage): Promise; export declare function testPutGetBuffer(instance: Storage): Promise; export declare function testPutGetUrl(instance: Storage): Promise; export declare function testDeleteObject(instance: Storage): Promise; export declare function testListObjects(instance: Storage): Promise; //# sourceMappingURL=Storage.tests.d.ts.map