/**
 * Checks if the webview partition has valid login data
 * If so, the promise resolves with the access token and expiration time
 * If not, the promise rejects with an error message
 */
export declare function checkWebViewData(): Promise<import("./parse-auth-redirect").AuthRedirectData>;
