export default function user_regist(_action_id: string, _session_id: string, spaceid: string, systemid: string, productid: string, user_code: string, password: string, user_name: string, username_unique: boolean, email: string, phone: string, captcha: string, reg_type: 'usercode' | 'email' | 'phone'): Promise<{}>;