import { type ElementNode } from '../schema/index.js'; import type { Command } from '../editor/index.js'; export declare function insertFragmentOp(fragment: readonly ElementNode[]): Command; //# sourceMappingURL=fragment.d.ts.map