import { DynamicStructuredTool } from '@langchain/core/tools'; import type * as t from './types'; export declare const createSearchTool: (config?: t.SearchToolConfig) => DynamicStructuredTool;