export declare function readPackageJson(dir: string, safe?: boolean): Promise<any>;
