/** * 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 { TransceiveFunc } from "../types.js"; declare function readNDEF(transceive: TransceiveFunc): Promise<{ url: string; fullURL: string; qs: { [x: string]: string | (string | null)[] | null; }; }>; export { readNDEF }; //# sourceMappingURL=read_ndef.d.ts.map