export declare const ACTION_SET_MODAL_STATE = "SET_MODAL_STATE"; export declare const ACTION_SET_JWT = "SET_JWT"; export declare const ACTION_APP_LOADED = "APP_LOADED"; export declare const ACTION_PENDING_APPROVAL = "PENDING_APPROVAL"; export declare const ACTION_COMPLETED = "COMPLETED"; export declare const ACTION_FAILED = "FAILED"; export declare const ACTION_SET_FILTERS = "ACTION_SET_FILTERS"; export declare const ACTION_SET_NAVIGATE = "SET_NAVIGATE"; export declare const ACTION_SET_USE_AUTH = "SET_USE_AUTH"; export declare const ACTION_SET_USE_NEW_SDK = "SET_USE_NEW_SDK"; export declare const ACTION_SET_THEME = "SET_THEME"; export declare const ACTION_SET_DEPOSIT_ID = "SET_DEPOSIT_ID"; export declare const ACTION_SET_WALLET_ADDRESS = "SET_WALLET_ADDRESS";