export interface NodeIKernelUixConvertService { getUin(uid: string[]): Promise<{ uinInfo: Map }>; getUid(uin: string[]): Promise<{ uidInfo: Map }>; }