/** * 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 { EmptyOptions, HaloCommandObject, RNNFCManager } from "../types.js"; declare function execHaloCmdRN(nfcManager: RNNFCManager, command: HaloCommandObject, options?: EmptyOptions): Promise; export { execHaloCmdRN }; //# sourceMappingURL=nfc_manager.d.ts.map