import type { DB } from '../../data/db/index.js'; import type { RbacConfig, PermissionSet } from './types.js'; export declare function resolveUserPermissions(db: DB, userId: string, tenantId: string, authVersion: number, config: RbacConfig): Promise; //# sourceMappingURL=resolve.d.ts.map