/** * Get the version of a dependency from the consumer's package.json. * Returns the major version as a string (e.g. '18', '19'), or null if not found. */ export function getDepVersion(dep: any): string | null; export function hasLocalConfig(moduleName: any, searchOptions?: {}): boolean; export function hasDep(props: any): boolean; export function hasDevDep(props: any): boolean; export function hasPeerDep(props: any): boolean; export function hasAnyDep(args: any): boolean; export function ifAnyDep(deps: any, t: any, f: any): any; //# sourceMappingURL=utils.d.ts.map