import { type Command } from "../../toolcraft/dist/index.js"; import { type TerminalPilotCommandServices } from "../../terminal-pilot/dist/commands/index.js"; type TerminalPilotMCPCommand = Command; export declare function createTerminalPilotMCPGroup(): import("../../toolcraft/dist/index.js").Group & { readonly __agentKitGroupTypeInfo: import("../../toolcraft/dist/index.js").GroupTypeInfo; }; export declare function main(): Promise; export {};