/**
 * RBAC provider implementations.
 *
 * @license Mastra Enterprise License - see ee/LICENSE
 */
export { StaticRBACProvider, type StaticRBACProviderOptions } from './static.js';
//# sourceMappingURL=index.d.ts.map