import type { RbacConfig, Rbac } from './types.js'; /** Creates an Rbac instance from role/permission config — provides check, enforce, and seed operations. */ export declare function createRbac(config: RbacConfig): Rbac; //# sourceMappingURL=create.d.ts.map