import { Tool } from '@n8n/agents/tool'; import { z } from 'zod'; export declare function createGetEnvironmentTool(): Tool, z.ZodTypeAny, undefined, undefined>;