import { Command } from '@oclif/core'; export default class Stats extends Command { static description: string; static examples: string[]; run(): Promise; } //# sourceMappingURL=stats.d.ts.map