import { tool } from "@opencode-ai/plugin/tool"; import type { PluginInput } from "@opencode-ai/plugin"; export declare const createExecuteSlashCommandTool: (client: PluginInput["client"], sessionTracker?: unknown) => ReturnType; export declare function resolvePhaseInfo(args: string): { phaseId: string; paddedPhase: string; phaseName: string; }; //# sourceMappingURL=execute-slash-command.d.ts.map