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