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