import type { SearchHistoryArgs } from '../types/history.js';
import type { ToolContext } from './types.js';
export declare function searchHistory(context: ToolContext, args: SearchHistoryArgs): Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
//# sourceMappingURL=searchHistory.d.ts.map