/**
 * Whoami Command - Display current user info
 * v4.5.5: Added --server flag to fetch real-time status from server
 * @package @ace-sdk/cli
 */
/** Options for whoami command */
interface WhoamiOptions {
    server?: boolean;
}
export declare function whoamiCommand(options?: WhoamiOptions): Promise<void>;
export {};
//# sourceMappingURL=whoami.d.ts.map