export { BucketArgs } from "./bucket"; export type Bucket = import("./bucket").Bucket; export declare const Bucket: typeof import("./bucket").Bucket; export * from "../types/enums/storage";