import { SourceInfo } from '../types/index.js'; export declare class SourceRegistryService { private file; private cache; constructor(filePath?: string); private load; private save; upsert(source: SourceInfo): Promise; remove(idOrUrl: string): Promise; all(): Promise; } //# sourceMappingURL=SourceRegistryService.d.ts.map