import type { SnowflakeConfig } from '../tools'; import { DynamicStructuredTool } from '@langchain/core/tools'; export default function createExecuteQueryTool(headers: Record, baseUrl: string, config: SnowflakeConfig): DynamicStructuredTool; //# sourceMappingURL=execute-query.d.ts.map