export default function send_phone_code(phoneno: string): Promise<{ code: "1" | "0"; msg: string; phoneno: string; content: string; smsid: string; }>;