export declare function toolListSourceFiles(docsPath: string, args: { pattern?: string; maxResults?: number; }): { content: { type: "text"; text: string; }[]; }; export declare function toolReadSourceFile(docsPath: string, args: { path: string; }): { content: { type: "text"; text: string; }[]; }; export declare function toolSearchSource(docsPath: string, args: { query: string; pattern?: string; maxResults?: number; caseSensitive?: boolean; }): { content: { type: "text"; text: string; }[]; }; //# sourceMappingURL=source.d.ts.map