/** * Template used by scripts/generate_versions.ts for package version modules. * * The generator token-replaces the string placeholders below, then formats and * compares the rendered output during version checks. Do not edit generated * `src/version.ts` files by hand; edit this template instead. */ /** Package semantic version copied from the owning package manifest. */ export declare const PACKAGE_VERSION = "0.9.1"; /** Optional build metadata stamp injected by release/CI workflows. */ export declare const BUILD_METADATA = "build.17.7138073e961abaff39463d54a03483c60b18b3aa"; /** User-facing version string with build metadata appended when present. */ export declare const DISPLAY_VERSION: string; //# sourceMappingURL=version.d.ts.map