import type { CommandContext } from "../commandHandler.js";
import type { ExecuteResult } from "../result.js";
export declare function testCommand(context: CommandContext): Promise<ExecuteResult>;
//# sourceMappingURL=test.d.ts.map