import { PayloadAction } from '@reduxjs/toolkit'; export interface LabelsState { [key: string]: string; } export declare const labelsSlice: import("@reduxjs/toolkit").Slice, action: PayloadAction) => { [k: string]: string; }; updateLabels: (state: import("immer/dist/internal").WritableDraft, action: PayloadAction) => { [x: string]: string; }; }, "labels">; export declare const updateLabels: import("@reduxjs/toolkit").ActionCreatorWithPayload, setLabels: import("@reduxjs/toolkit").ActionCreatorWithPayload; declare const _default: import("redux").Reducer; export default _default;