/** * Check the local packages in the monorepo for non-semver deps. * Returns either a table of those deps or a message saying there are none. */ export declare function getNonSemverDeps(params: { cwd: string; /** Only include production dependencies */ prod?: boolean; /** Use this directory as the root instead of calling `findProjectRoot` (for testing) */ overrideProjectRoot?: string; }): Promise; //# sourceMappingURL=getNonSemverDeps.d.ts.map