import { type AnyKoiTool } from "./common.js"; export declare function createMissionTool(opts?: { workspaceDir?: string; }): AnyKoiTool;