/** * @see [description](https://mp.weixin.qq.com/debug/wxadoc/dev/api/checkIsSupportSoterAuthentication.html) */ export default function check_is_support_soter_authentication(): Promise<{ supportMode: ("fingerPrint" | "facial" | "speech")[]; errMsg: string; }>;