export declare const getUserDetail: ({ uin, cookie, }: { uin: string; cookie?: string; }) => Promise | import("../../../types/api").ApiSuccessBody>>;