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