import type { CliCommand } from '../utils/types.ts'; /** * Show current default server and user, and verify credentials against the server */ export declare const whoami: CliCommand; //# sourceMappingURL=whoami.d.ts.map