import { BaseAnalyzer } from "../../base";
export declare class RolesWithoutExternalIDAnalyzer extends BaseAnalyzer {
    analyze(params: any, fullReport?: any): any;
    private getAssumeRolePolicyDocument;
    private getPermittedAccounts;
    private getRoleAccountsObject;
    private getAccountIDs;
    private removeAccountIDFromList;
}
