/** * Saves a manually entered REVEL_SESSION cookie and verifies the session. */ export declare function loginWithCookie(workspaceRoot: string, revelSession: string): Promise; /** * Checks the login status by requesting the AtCoder settings page with saved session cookies. */ export declare function whoami(workspaceRoot: string): Promise;