/** * Indicates whether the given user has the _credentials_ for a given * AWS profile. */ export declare function userHasAwsProfile(profileName: string): Promise; //# sourceMappingURL=userHasAwsProfile.d.ts.map