/** * The hq-cloud package version, read once at module load. * * Mirrors hq-cli's `cli-version.ts` pattern: resolve the version from the * package.json at runtime via `import.meta.url` (rootDir-safe — no JSON import * that would trip `tsc`'s rootDir, and resolves correctly from both `src/` * during tests and `dist/` at runtime). Used to stamp `clientInfo.version` on * the sync-runner's vault requests so the company-vend min-version gate (HQ-59, * hq-pro) can tell a compliant (>= 6.11.6) sync-runner from a pre-6.11.6 * straggler. This is the hq-cloud package version — the version the gate * compares against its floor — NOT the hq-sync desktop app version. */ export declare const HQ_CLOUD_VERSION: string; //# sourceMappingURL=version.d.ts.map