/** * Shared version helper * Single source of truth for package version at runtime. */ /** * Get the package version from package.json at runtime. * Works from any file within the package (src/ or dist/). */ export declare function getRuntimePackageVersion(): string; //# sourceMappingURL=version.d.ts.map