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