import { type RBAC, type RBACConfig } from "./types"; export declare function createRBAC(config?: Partial): RBAC;