import { Command } from "@oclif/command"; export default class WhoamI extends Command { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; username: import("@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }