/** * `apiclaw mission ...` — Control Plane CLI surface. * * Reads session_token from ~/.apiclaw.toml (written by * `apiclaw auth login`), routes through APIClaw's gateway, and reports * status / cost / events. Same workspace, same auth, same logs as MCP * and HTTP — fourth door, same control plane. */ export declare function missionCommand(rawArgs: string[]): Promise; //# sourceMappingURL=mission.d.ts.map