import Command from '@oclif/command'; import { Bucket } from '@google-cloud/storage'; declare const getStorageBucket: (context: Command, storageBucketFlag?: string | undefined) => Promise; export { getStorageBucket };