import { IPosition } from 'monaco-editor/esm/vs/editor/editor.api'; import { NodeSelection } from '../../../SpwClient/hooks/util/matching/nodeSelection'; import { Runtime } from '@spwashi/spw/constructs/runtime/runtime'; /** * todo I think this is could be an issue if the 'all' register is sorted differently * * @param runtime * @param pos */ export declare function findMatchingNodes(runtime: Runtime | undefined, pos: IPosition): Promise;