/** * Get the list of Jest Projects in the workspace * @param rootDir Path to the root * @param jestConfigPattern Pattern to the jest config files * @returns list of Jest projects */ export declare const getJestProjects: (rootDir?: string, jestConfigPattern?: string) => string[] | undefined; //# sourceMappingURL=jest-helpers.d.ts.map