/** * Get the package version. * Uses compile-time injected __PKG_VERSION__ if available (for compiled binaries), * otherwise falls back to reading package.json at runtime. */ export declare const PKG_VERSION: string; //# sourceMappingURL=version.d.ts.map