import { Block, Fragment } from '../types'; export default function getFragmentByPath(block: Block, path: number[]): Fragment;