import { BaseCommand } from '../../base-command.js'; import { type QueryAnalyticsTablesResponse } from '../../lib/contracts/index.js'; export default class AnalyticsTables extends BaseCommand { static description: string; static examples: string[]; static summary: string; run(): Promise; }