export declare const isValidS3BucketName: (bucketName: string) => boolean | string; export declare const isValidIAMUserName: (userName: string) => boolean | string; export declare const isValidAccessKeyId: (accessKey: string) => boolean;