import type { Selection } from '@atlaskit/editor-prosemirror/state'; export declare function findInsertLocation(selection: Selection): string;