/** * Performs the LINE Login process (web login) for the Web app. * @export */ export default function login(loginConfig?: { redirectUri?: string; }): void;