import type { ObsidianClient } from '../client/obsidian.js'; import type { ToolResult } from '../types/index.js'; export declare function search(client: ObsidianClient, args: { query: string; case_sensitive?: boolean; regex?: boolean; max_results?: number; }): Promise;