import { EC2 } from "aws-sdk"; /** * Given a stated AWS profile that exists in a user's credentials file, * this function will use the AWS SDK to determine the default region * for the profile. */ export declare function getAwsDefaultRegion(profileName: string): Promise>; //# sourceMappingURL=getAwsDefaultRegion.d.ts.map