/**
* 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 functioncheckWebViewData(): Promise<import("./parse-auth-redirect").AuthRedirectData>;