export declare const getUserProfile: () => Promise<{ errMsg: string; }>; export declare const getUserInfo: () => Promise<{ errMsg: string; }>;