import { type Reducer } from 'redux'; import type * as T from './types/index.js'; export declare const INITIAL_STATE: T.UserAttributesState; declare const attributesReducer: Reducer; export default attributesReducer;