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