import { WebsocketConnectionStatusEnum } from '../../../constants/websocket.constants'; import { WalletConnectConfig } from '../../../providers/strategies/WalletConnectProviderStrategy/types'; import { NativeAuthConfigType } from '../../../services/nativeAuth/nativeAuth.types'; import { IProviderSettings } from '../../../store/slices/config/config.types'; export declare const setNativeAuthConfig: (config: NativeAuthConfigType | null) => void; export declare const setWebsocketStatus: (status: WebsocketConnectionStatusEnum) => void; export declare const setWalletConnectConfig: (config: WalletConnectConfig | null) => void; export declare const setProviderSettings: (settings: IProviderSettings | null) => void; export declare const setIsSigningUiEnabled: (isEnabled: boolean) => void;