import type { KlawConfig } from "../../config/types.klaw.js"; import type { MsgContext } from "../templating.js"; export declare function buildCommandTestParams(commandBody: string, cfg: KlawConfig, ctxOverrides?: Partial): import("./commands-types.ts").HandleCommandsParams;