import { IAwsProfile } from "../../@types/index"; /** * **getAwsProfileDictionary** * * Interogates the `~/.aws/credentials` file to get a hash of * profiles (name/dictionary of values) the user has available. * * If the file isn't found then an empty object is returned. */ export declare function getAwsProfileDictionary(): Promise>; //# sourceMappingURL=getAwsProfileDictionary.d.ts.map