export declare const getUserAvatar: (params: { k?: string; uin?: string; size?: number; }) => Promise<{ avatarUrl: string; message: string; }>;