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