import { BasicParams, LoginError } from '../../types'; export declare function loginFactory(params: BasicParams): (request: Request) => Promise;