import { ViewState, Block } from '../types'; export default function getNodes(state: ViewState, path: number[]): Block[];