import { Session } from '../types'; export declare function useSession(): { session: Session | null; sessionId: string | null; storeId: string | null; accountId: string | null; customerId: string | null; isValid: boolean; isLoading: boolean; };