import * as ClientPreferencesActions from '../actions/client-preferences.action'; import { LocalState } from '../state/client-preferences.state'; export declare function reducer(state: LocalState, action: ClientPreferencesActions.ClientPreferencesActions): LocalState; export declare const getLoadingClientPreferences: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getSelectedClientPreferencesId: (state: LocalState) => string; export declare const getShowClientPreferencesValidations: (state: LocalState) => boolean;