export declare type Identity = string | [string, IdentityCategory];
export declare type IdentityCategory = 'global' | 'individual' | 'organization' | 'network' | 'region';
