declare const startSoterAuthentication: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const checkIsSupportSoterAuthentication: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; declare const checkIsSoterEnrolledInDevice: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export { startSoterAuthentication, checkIsSupportSoterAuthentication, checkIsSoterEnrolledInDevice };