type Version = `${number}.${number}.${number}`; export declare function loadVersion(packageJsonPath: string): Promise; export {};