interface Info { cip: string; cid: string; cname: string; } /** * 获取ip * @return JSON * @example const res=await get_ip(); */ export default function get_ip(): Promise; export {};