import { RegistryService } from '../registry/registry.service'; import { DocsSourceCandidate } from '../shared/types'; export declare class EcosystemResolverService { private readonly registryService; constructor(registryService: RegistryService); resolve(packageName: string, rootDir?: string): Promise; }