import type { JsonObj } from '../../result.js'; import { APICommand } from '../../index.js'; export default class ActivityHistory extends APICommand { static args: { name: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static description: string; static examples: string[]; run(): Promise; }