export declare const PACKAGE_ROOT: string; export interface PackageInfo { name: string; version: string; } export declare function readPackageInfo(root?: string): Promise; export declare function readPackageScriptNames(root: string): Promise>;