/** * The API version supported by this version of the library. * * At build time, `__TESTER_PACKAGE_VERSION__` is replaced by rollup with the * raw NPM version string from package.json (e.g. `"2026.4.0-rc.1"`). * * When running from source (e.g. in tests), the placeholder is still * present, so we fall back to reading package.json via require. */ export declare const API_VERSION: string; //# sourceMappingURL=api-version.d.ts.map