/** * 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, HaloResponseObject } from "../types.js"; declare function __runTestSuite(__unsafe: { __this_is_unsafe: true; }, driver: string, exec: (cmd: HaloCommandObject) => Promise): Promise<{ stats: { passed: number; skipped: number; failed: number; }; skipped: (string | ((driver: string, exec: (cmd: HaloCommandObject) => Promise) => Promise))[]; failedTests: (string | ((driver: string, exec: (cmd: HaloCommandObject) => Promise) => Promise))[]; }>; export { __runTestSuite }; //# sourceMappingURL=tests.d.ts.map