import { type StructuredToolInterface } from '@langchain/core/tools';
import { GthConfig } from '@gaunt-sloth/core/config.js';
export declare function get(config: GthConfig): StructuredToolInterface<import("@langchain/core/tools").ToolSchemaBase, any, any>;
