export declare const $BucketsGetResponse: {
    properties: {
        Buckets: {
            type: string;
        };
    };
};
