import { IAwsProfile } from "../../@types/index"; /** * **getAwsProfileList** * * Interogates the `~/.aws/credentials` file to get an array of * profiles which the user has defined. * * Note: _there is also a_ `getAwsProfileDictionary()` _function if * prefer a dictionary._ */ export declare function getAwsProfileList(): Promise>; //# sourceMappingURL=getAwsProfileList.d.ts.map