import type { ToolContext } from "../types/index.js"; interface SourceInfo { name: string; url: string; authRequired: boolean; configured: boolean; envVar?: string; toolCount: number; } export declare function checkSources(ctx: ToolContext): Promise; export {}; //# sourceMappingURL=sources.d.ts.map