/** * Tests for the usage telemetry collector. Mirrors the Rust test matrix at * `hq-workspace/apps/hq-sync/src-tauri/src/commands/telemetry.rs::tests` so a * behavioral regression in either implementation surfaces in both suites. * * The vault client is stubbed structurally rather than via fetch-mock so the * tests stay deterministic without spinning up wiremock — the production * boundary is `TelemetryClientSurface`, not the HTTP layer. */ export {}; //# sourceMappingURL=telemetry.test.d.ts.map