export declare const $BucketGetResponse: {
    properties: {
        Bucket: {
            type: string;
        };
    };
};
