import { ExtendedBaseCommand } from "../../lib/basecommands/ExtendedBaseCommand.js"; export default class Close extends ExtendedBaseCommand { static description: string; static args: { "conversation-id": import("@oclif/core/interfaces").Arg; }; run(): Promise; }