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