import { IAuthOpts } from "./config"; export declare function login(opts: IAuthOpts): Promise;