import { ToolConfig, ToolEnum } from './tool.types';
export declare const TOOL_CONFIG_MAP: {
    [key in ToolEnum]?: ToolConfig;
};
