/** * Reducer managing the format types * * @param {Object} state Current state. * @param {Object} action Dispatched action. * * @return {Object} Updated state. */ export function formatTypes(state: Object | undefined, action: Object): Object; declare const _default: import("redux").Reducer<{ formatTypes: Object; }, import("redux").Action, Partial<{ formatTypes: Object | undefined; }>>; export default _default; //# sourceMappingURL=reducer.d.ts.map