import type { Session } from '../types'; /** * Fetches a session from storage */ export declare function fetchSession(): Session | null; //# sourceMappingURL=fetchSession.d.ts.map