/** * Resolve package.json from repo root whether the caller runs from source * (lib/, api/) or compiled output (dist/lib/, dist/api/). */ export declare function readPackageJson(): { version: string; };