1/** Wraps `findWorkspaceRoot` and guards against having an empty `package.json` file in an upper directory. */
2export declare function getWorkspaceRoot(projectRoot: string): string | null;
3export declare function getModulesPaths(projectRoot: string): string[];
4