import type { PrincipalKey, RoleKey } from '@enonic-types/lib-auth'; export declare function isRoleKey(principalKey: PrincipalKey): principalKey is RoleKey;