/** * LibHaLo - Programmatically interact with HaLo tags from the web browser, mobile application or the desktop. * Copyright by Arx Research, Inc., a Delaware corporation * License: MIT */ import { HaloCommandObject, Reader } from "../types.js"; declare function execHaloCmdPCSC(command: HaloCommandObject, reader: Reader): Promise; export { execHaloCmdPCSC }; //# sourceMappingURL=pcsc.d.ts.map