import type { Selection } from '@atlaskit/editor-prosemirror/state'; /** * Get the local IDs from the selection. * @param selection The selection to get the local IDs from. * @returns The local IDs as an array of strings. */ export declare const getLocalIdsFromSelection: (selection?: Selection) => string[] | null;