export declare function doLogin(env?: EnvOptions): Promise; export interface EnvOptions { user?: string; password?: string; instance?: string; }