import mod from "../../storage/index.js";
export const FirebaseStorageError = mod.FirebaseStorageError;
export const Storage = mod.Storage;
export const StorageErrorCode = mod.StorageErrorCode;
export const getDownloadURL = mod.getDownloadURL;
export const getStorage = mod.getStorage;