export { findUserPackageJsonPath };
declare function findUserPackageJsonPath(userDir: string): null | string;
