import { IAwsProfile } from "../../@types/index"; /** * Get a specific AWS _profile_ in the AWS _credentials_ file. * * Possible errors: * - `do-devops/invalid-profile-name` * - `do-devops/no-credentials-file` */ export declare function getAwsProfile(profileName: string): Promise; //# sourceMappingURL=getAwsProfile.d.ts.map