import { SearchResponse } from '../types/search.js'; export declare class SearchTool { private cache; private keywordSearch; private formatter; constructor(); search(query: string, integrationPhase?: string): Promise; } //# sourceMappingURL=search-tool.d.ts.map