export declare function findPackageRoot(startDirectory?: string): string; export declare function readPackageName(packageRoot?: string): string; export declare function readPackageVersion(packageRoot?: string): string;