export declare class SystemIdentityValue { static create(): { id: string; type: string; displayName: string; }; }