import type { LogoutReason } from '@dynamic-labs-sdk/client'; type Props = { environmentId: string; handleLogOut: (reason?: LogoutReason) => Promise; }; export declare const useValidateSession: ({ environmentId, handleLogOut }: Props) => void; export {};