import type { JsonObj } from '../../result.js'; import { APICommand } from '../../index.js'; export default class ActivityDeleted extends APICommand { static description: string; static examples: string[]; run(): Promise; }