/** * Pre-tree compat shim for the `gsk task` command tree. * * `gsk task ...` (the old bare-alias form of create_task) is baked * into deployed OpenClaw VM ACP configs (`gsk task slides --acp`, written by * backend/openclaw/route.py at provision time) and countless agent habits. * Rewrite it in place to `gsk task create ...` before commander * parses. Silent by design: in `--acp` mode stdout is the ACP NDJSON * channel and stderr noise breaks some editors' adaptors. */ export declare const TASK_TREE_VERBS: Set; export declare function shimLegacyTaskInvocation(argv: string[]): string[]; //# sourceMappingURL=task-shim.d.ts.map