export declare class MCPConfigs { static readonly server: { readonly name: "ignis-docs"; readonly version: "0.0.1"; }; private static _branch; static readonly github: { apiBase: string; rawContentBase: string; repoOwner: string; repoPath: string; repoName: string; userAgent: string; readonly branch: string; }; static setBranch(opts: { branch: string; }): void; static readonly search: { snippetLength: number; defaultLimit: number; maxLimit: number; minQueryLength: number; }; static readonly codeSearch: { defaultLimit: number; maxLimit: number; minQueryLength: number; rateLimitWarningThreshold: number; }; static readonly fuse: { includeScore: boolean; threshold: number; minMatchCharLength: number; findAllMatches: boolean; ignoreLocation: boolean; keys: { name: string; weight: number; }[]; }; } //# sourceMappingURL=config.d.ts.map