import { OAuthConfig } from '../Config/OAuthConfig'; export declare const isSessionActive: (config: OAuthConfig, accessToken: string) => Promise;