/** * @see [description](https://mp.weixin.qq.com/debug/wxadoc/dev/api/checkIsSoterEnrolledInDevice.html) */ export default function start_soter_authentication(checkAuthMode: 'fingerPrint' | 'facial' | 'speech'): Promise<{ isEnrolled: boolean; errMsg: string; }>;