import type { Transaction } from '@atlaskit/editor-prosemirror/state';
import type { BasePlugin, Callback } from './basePluginType';
export declare function resolveCallbacks(from: number, to: number, tr: Transaction, callbacks: Callback[]): void;
declare const basePlugin: BasePlugin;
export default basePlugin;
