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