/** 解析 qq,支持艾特,可以是 `1141284758` 或者是 `{at:1141284758}` */ export declare function parseUin(qqLikeStr: string): number;