import { AuthSession, FetchAuthSessionOptions } from '../Auth/types'; export declare const fetchAuthSession: (options?: FetchAuthSessionOptions) => Promise;