/** * 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 { ExecOptions, ExecReturnStruct } from "../types.js"; import { Buffer } from 'buffer/index.js'; declare function execCredential(request: Buffer, options: ExecOptions): Promise; export { execCredential }; //# sourceMappingURL=credential.d.ts.map