import { Bucket } from './Bucket';
export declare type BucketGetResponse = {
    Bucket?: Bucket;
};
