import { Command } from 'commander'; export declare function whoamiAction(options: { pretty?: boolean; }): Promise; export declare const whoamiCommand: Command; //# sourceMappingURL=whoami.d.ts.map