export declare const UNKNOWN_VERSION = "unknown"; export declare const PACKAGE_JSON_CANDIDATES: readonly string[]; export declare function readDiskVersion(searchDir?: string, readFile?: (filePath: string) => string): string;