import { RegistryEntry } from '../shared/types'; export declare class SourceAdapterService { getSeedUrls(entry: RegistryEntry): string[]; getMaxPages(entry: RegistryEntry): number; isAllowedUrl(entry: RegistryEntry, candidateUrl: string): boolean; toSlug(candidateUrl: string): string; }