import type { Fragment, Node } from '@atlaskit/editor-prosemirror/model'; /** * A helper to get the underlying array of a fragment. */ export declare function getFragmentBackingArray(fragment: Fragment): ReadonlyArray;