import type { SkillSearchResult } from './types.js'; export declare class SkillDiscoveryCache { private readonly flights; getOrLoad(input: { provider: string; query: string; owner?: string | null; mode: string; loader: () => Promise; }): Promise<{ result: SkillSearchResult; hit: boolean; }>; } //# sourceMappingURL=cache.d.ts.map