import type { Command } from "commander"; import type { SingleResult } from "../../output/index.js"; import { type ChatCommandOptions } from "./shared.js"; import { type ChatRoomRow } from "./schema.js"; export declare function runDeleteCommand(room: string, options: ChatCommandOptions, _command: Command): Promise>; //# sourceMappingURL=delete.d.ts.map