import { IKey } from "./key"; /** Represent a USB {@link IKey} for a . */ export interface IUsbKey extends IKey { } //# sourceMappingURL=usb_key.d.ts.map