export declare const getLoadingAndLifecycle: () => import("../..").LoadingAndLifecycle, setLoadingAndLifecycle: (value: import("../..").LoadingAndLifecycle) => void, useLoadingAndLifecycle: () => import("../..").LoadingAndLifecycle; declare const getIsInitialWalletVerificationInProgress: () => boolean; declare const setIsInitialWalletVerificationInProgress: (isInitialWalletVerificationInProgress: boolean) => void; declare const setSessionValidation: (sessionValidation: boolean) => void; export { getIsInitialWalletVerificationInProgress, setIsInitialWalletVerificationInProgress, setSessionValidation, };