import type { KlawConfig } from "../../config/types.klaw.js"; import type { MsgContext } from "../templating.js"; import type { HandleCommandsParams } from "./commands-types.js"; export declare const baseCommandTestConfig: KlawConfig; export declare function buildCommandTestParams(commandBody: string, cfg: KlawConfig, ctxOverrides?: Partial, options?: { workspaceDir?: string; }): HandleCommandsParams; export declare function configureInMemoryTaskRegistryStoreForTests(): void; export declare function buildPluginsCommandParams(params: { commandBodyNormalized: string; cfg?: KlawConfig; workspaceDir?: string; gatewayClientScopes?: string[]; }): HandleCommandsParams;