/** * @see [description](https://mp.weixin.qq.com/debug/wxadoc/dev/api/startSoterAuthentication.html) */ export default function start_soter_authentication(requestAuthModes: Array<'fingerPrint' | 'facial' | 'speech'>, challenge: string, authContent?: string): Promise<{ errCode: number; authMode: string; resultJSON: string; resultJSONSignature: string; errMsg: string; }>;