/** * Checks to see if the action matches the provided IAM action pattern. * * @param action the action to check, should not contain wildcards * @param pattern the pattern to match against, may contain wildcards * @returns true if the action matches the pattern, false otherwise */ export declare function actionMatchesPattern(action: string, pattern: string): boolean; //# sourceMappingURL=actions.d.ts.map