UNPKG

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