#!/usr/bin/env node export declare function runLogin(): Promise; export declare function runLogout(): Promise;