import { UserProfile } from '../../../utils/getUserProfile'; import { User } from './type'; export declare const formatI18nProfile: (profile: UserProfile) => User; export declare const getChatAppLink: (openId: string) => string; export declare const INVALID_USER: User;