export declare function readPackageVersion(root: string): Promise<string | null>;
export declare function readPackageName(root: string): Promise<string | null>;
