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