import { Bucket } from '@aws-sdk/client-s3';
export declare function getS3Buckets(region: string): Promise<Bucket[]>;
