/** * Plugin and pinned upstream version facts. The upstream snapshot is fixed at * build time and recorded in package.json's `dsh.visionToolkit` metadata so * the runtime, tool results, and docs all report the same source commit. * @module dsh-vision-toolkit/version */ /** Plugin package version. */ export declare const PLUGIN_VERSION: string; /** Pinned upstream repository URL. */ export declare const UPSTREAM_REPOSITORY: string; /** Pinned upstream release tag. */ export declare const UPSTREAM_VERSION: string; /** Pinned upstream source commit. */ export declare const UPSTREAM_COMMIT: string; //# sourceMappingURL=version.d.ts.map