import { Storage } from "./Storage"; export declare const putBucketFilePath: (storage: Storage, bucket: string, key: string, filePath: string) => Promise; export declare const getBucketFilePath: (storage: Storage, bucket: string, key: string) => Promise; export declare const deleteBucketFilePath: (storage: Storage, bucket: string, key: string) => Promise; //# sourceMappingURL=bucket.d.ts.map