/** * Single source of truth for the reporter version. * Keep this in sync with `package.json` on every release. * * @module version */ export declare const REPORTER_VERSION = "1.1.12"; //# sourceMappingURL=version.d.ts.map