/**
 * Opens a popup window to sign in to Riot
 * The promise resolves with the access token and expiration time
 * If the window is closed, the promise rejects with an error message
 * @param context The Insomnia context, used for opening a dialog element
 */
export declare function openWebViewPopup(context: any): Promise<import("./parse-auth-redirect").AuthRedirectData>;
