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