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