/**
* Get package.json in the entry path.
*
* @param entry Path to the project root. Defaults to process.cwd().
*/exportdeclarefunctiongetPackageJson(entry?: string): any | undefined;
exportdeclarefunctionwalk(dir: string, filter?: RegExp): Promise<string[]>;