import { PayloadAction } from '@reduxjs/toolkit'; export interface EditorState { currentSelectTeaId: string | null; } export declare const editorInitialState: EditorState; export declare const editorSlice: import("@reduxjs/toolkit").Slice, action: PayloadAction): void; }, "editor">; export declare const setCurrentSelectTeaId: import("@reduxjs/toolkit").ActionCreatorWithPayload;