export declare const initialUserState: { authenticationState: { clientCredentials: null; errorMessage: null; isAuthenticated: boolean; isAuthenticationError: boolean; isError: boolean; isLoading: boolean; }; passwordResetRequest: { isSending: boolean; sent: boolean; error: null; }; resetPassword: { isSending: boolean; sent: boolean; error: null; }; changePassword: { isSending: boolean; sent: boolean; error: null; }; groups: never[]; }; declare const _default: never; export default _default;