export type ITouchID = { init: () => void /** * 是否可用 */ hasUsable: () => boolean /** * 重新获取 */ reacquire: () => Promise /** * 指纹验证 */ verify: () => Promise }