import { Args } from "../.." export interface NFC { init(args: any): void, unInit(args: any): void, setTips(args: any): void } export default NFC;