export declare function getJestProjects(): string[]; /** * a list of nested projects that have jest configured * to be used in the testPathIgnorePatterns property of a given jest config * https://jestjs.io/docs/configuration#testpathignorepatterns-arraystring * */ export declare function getNestedJestProjects(): string[];