import type { ToolDefinition } from "../tool-registry.js"; /** MCP tools for Grackle environment management (list, add, provision, stop, destroy, remove, wake). */ export declare const envTools: ToolDefinition[]; //# sourceMappingURL=env.d.ts.map