import type { Transaction } from '@atlaskit/editor-prosemirror/state';
import type { InsertNodeConfig } from '../types';
export declare const handleInsertContent: ({ node, options }: Omit<InsertNodeConfig, "state" | "dispatch">) => (tr: Transaction) => boolean;
