import { IKey } from "./key"; /** The class that represents NFC type key. */ export interface INfcKey extends IKey { } //# sourceMappingURL=nfc_key.d.ts.map