import type { RootState } from '../store'; import type { UNVeryfiCredentials } from '../types/shared/veryfi.types'; export interface ConfigurationState { unitScript?: string; theme?: string; language?: string; customerToken?: string; veryfiCredentials?: UNVeryfiCredentials; } export declare const setUnitScript: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload, setLanguage: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload, setTheme: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload, setCustomerToken: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload, setVeryfiCredentials: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload; export declare const selectConfiguration: (state: RootState) => ConfigurationState; declare const _default: import("redux").Reducer; export default _default; //# sourceMappingURL=ConfigurationSlice.d.ts.map