import { Args } from "../.."

export interface NFC {
  init(args: any): void,
  unInit(args: any): void,
}

export default NFC;
