export class AgentActivity extends Client { constructor(options: any); jsonAPINames: string[]; show(): Promise; } import { Client } from "../client";