import type { IAM_STATEMENTS } from '../service'; export declare const compareIamActions: (statements: IAM_STATEMENTS[], iamKey: string[]) => boolean; export declare const getPermission: (arr?: string[]) => boolean;