import { Config } from '@oclif/core';
import { SwellCommand } from '../swell-command.js';
export default class Whoami extends SwellCommand {
    static description: string;
    constructor(argv: string[], config: Config);
    run(): Promise<void>;
}
