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";