import type { SkillMetadata } from './types'; export declare function fetchRemoteSkillSources(_pluginRoot: string): Promise; export declare function fetchRemoteSkillsBySource(sourceType: 'github' | 'well-known', url: string): Promise; //# sourceMappingURL=remoteDiscovery.d.ts.map