export { actionMatchesPattern, matchesAnyAction } from './actions.js'; export { extractActionsFromLineOfInput } from './cli_utils.js'; export { expandIamActions, type ExpandIamActionsOptions, type InvalidActionBehavior } from './expand.js'; export { expandJsonDocument, type ExpandJsonDocumentOptions } from './expand_file.js'; export { invertIamActions } from './invert.js'; //# sourceMappingURL=index.d.ts.map