/** * Default implementations for EE authentication. * * @license Mastra Enterprise License - see ee/LICENSE */ export { DEFAULT_ROLES, type Permission, type PermissionPattern, type RoleMapping, getDefaultRole, resolvePermissions, resolvePermissionsFromMapping, matchesPermission, hasPermission, } from './roles.js'; export { StaticRBACProvider, type StaticRBACProviderOptions } from './rbac/index.js'; //# sourceMappingURL=index.d.ts.map