/** * The library version, as a compile-time constant (telemetry payloads, * future diagnostics). Kept in sync with package.json by a drift test * (telemetry.test.ts) rather than a JSON import — package.json sits outside * the build rootDir, and a `define` would need repeating across vite/vitest/ * vite-node configs. */ export declare const LIBRARY_VERSION = "0.6.20";