import { type Tool } from '@langchain/core/tools';
import type { CredentialCheckResult } from 'n8n-workflow';
export declare const CONNECT_CREDENTIALS_TOOL_NAME = "connect_credentials";
export declare function createCredentialGateTool(gateResult: CredentialCheckResult): Tool;
