UNPKG

274 BTypeScriptView Raw
1export declare const startSoterAuthentication: () => Promise<{
2 errMsg: string;
3}>;
4export declare const checkIsSupportSoterAuthentication: () => Promise<{
5 errMsg: string;
6}>;
7export declare const checkIsSoterEnrolledInDevice: () => Promise<{
8 errMsg: string;
9}>;