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