import { IUserProfileConfigDTO } from '../dto/user-profile'; export declare const UserProfileGroups: { readonly SYSTEM: "System Fields"; readonly CUSTOM: "Custom Fields"; }; export declare const DISPLAY_NAME_ALIAS = "__displayName"; export declare const PROFILE_IMAGE_ALIAS = "__profileImage"; export declare const USER_DEFAULT_PROFILE: IUserProfileConfigDTO;