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