/** * Plugin semver from the package root `package.json` (same value CI bumps with `openclaw.plugin.json`). * Resolved at module load so logs and `register()` report the installed release, not a stale constant. */ export declare const VERSION: string; //# sourceMappingURL=version.d.ts.map