import type { Command } from "commander"; import type { ListResult } from "../../output/index.js"; import { type ChatCommandOptions } from "./shared.js"; import { type ChatMessageRow } from "./schema.js"; export interface ChatWaitOptions extends ChatCommandOptions { timeout?: string; } export declare function runWaitCommand(room: string, options: ChatWaitOptions, _command: Command): Promise>; //# sourceMappingURL=wait.d.ts.map