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