/** * RBAC Module Constants * * Centralized constants used by the rbac module. Keep values * environment-driven (via `NEXT_PUBLIC_*`) where appropriate so CI/infra * can override them without code changes. */ /** * Default page limit for the roles list. Controlled by * `NEXT_PUBLIC_PAGE_LIMIT` with a safe fallback to `10`. */ export declare const pageLimit: number;