export declare enum UserActionTypes { SDKReady = "[user] toggleIsSDKReady", updateCurrentUserProfile = "[user] updateCurrentUserProfile", resetUser = "[user] resetUser" } export declare const SDKReadyAction: import("@ngrx/store").ActionCreator { SDKReadyState: boolean; } & import("@ngrx/store/src/models").TypedAction>; export declare const updateCurrentUserProfileAction: import("@ngrx/store").ActionCreator { profile: Profile; } & import("@ngrx/store/src/models").TypedAction>; export declare const resetUserAction: import("@ngrx/store").ActionCreator import("@ngrx/store/src/models").TypedAction>;