/**
 * Reports the username of the logged in user if they are logged in.
 */
export declare function whoami(): Promise<void>;
