import { LoginWindowParams } from "./login.base"; export declare function openLoginWindow(options?: LoginWindowParams): Promise<{}>;