import type { SessionContextType } from "./types"; declare const useSessionContext: () => SessionContextType; export default useSessionContext;