export declare const bucketExists: ({ bucketName, profile, region }: { profile?: string | undefined; region?: string | undefined; bucketName: string; }) => Promise;