import { CliCommand } from '../command'; export default class Whoami extends CliCommand { static description: string; run(): Promise; } //# sourceMappingURL=whoami.d.ts.map