/** * Searches upwards from the current file location to find package.json * and reads the version field. Caches the result after the first successful read. * @returns The package version string or 'unknown'. */ export declare function getPackageVersion(): Promise;