import type { PastePluginAction as Action } from '../editor-actions/actions'; import type { PastePluginState as State } from '../pastePluginType'; export declare const reducer: (state: State, action: Action) => State;