/**
 * Make bucket command implementation
 */
import { S3ClientWrapper } from '../s3-client';
/**
 * Create a new S3 bucket
 */
export declare function makeBucketCommand(client: S3ClientWrapper, bucketUri: string): Promise<void>;
//# sourceMappingURL=mb.d.ts.map