import { TUserEntity } from '../../identity/types'; import type { CustomAttributes } from '@frontegg/entitlements-javascript-commons'; export declare function findUserId(entity: TUserEntity): string | undefined; export declare function appendUserIdAttribute(customAttrs: CustomAttributes, entity: TUserEntity): CustomAttributes;