export declare const USER_PROFILE_SETTING_KEY = "user-profile"; export interface UserProfile { email: string; name: string; } export declare function normalizeUserProfileName(value: string | null | undefined, email: string): string; //# sourceMappingURL=shared.d.ts.map