/** * Resolves the package version by walking up parent directories * from the compiled dist/ location to find package.json. */ export declare function getPackageVersion(): string; //# sourceMappingURL=version.d.ts.map