import type { InteractiveCLI } from "../../interactiveCLI.js"; export declare const storageCommands: { createBucket(cli: InteractiveCLI): Promise; deleteBuckets(cli: InteractiveCLI): Promise; };