import { type Tree } from 'nx/src/devkit-exports'; export declare function checkAndCleanWithSemver(pkgName: string, version: string): string; export declare function checkAndCleanWithSemver(tree: Tree, pkgName: string, version: string): string; //# sourceMappingURL=semver.d.ts.map