import { IIdentity } from "./SharedIdentityPicker.Props"; export declare function getSignInAddress(identity: IIdentity): string; export declare function isUser(identity: IIdentity): boolean; export declare function isGroup(identity: IIdentity): boolean; export declare function isGithubUser(identity: IIdentity): boolean; export declare function shouldShowIdentityCard(identity: IIdentity): boolean;