import type { IPermission } from '../../types/index.js';
import type { IUserPermission } from '../../types/stores/access-store.js';
export declare const canGrantProjectRole: (granterPermissions: IUserPermission[], receiverPermissions: IPermission[]) => boolean;
//# sourceMappingURL=can-grant-project-role.d.ts.map