export declare function lookupPackageJson(file: string): { packageJson: any; packageJsonPath: string; dir: string; } | null;