import type { Reducer } from 'redux'; import type { ConfigurationState } from '../types/index.js'; export declare const INITIAL_STATE: ConfigurationState; declare const configurationReducer: Reducer; export declare const getError: (state: ConfigurationState) => Record; export declare const getIsLoading: (state: ConfigurationState) => Record; export default configurationReducer;