/** * Reads the package version from the published `package.json`. Both the TypeScript source * (`src/cli/`) and the compiled output (`out/cli/`) live two directories below the package * root, so the relative path resolves correctly in tests and at runtime. */ export declare function readPackageVersion(): string;