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