import { Path } from './beamSearch.js'; import { Alignment } from './utils.js'; import './backtraceGraph.js'; import './graphMetadata.js'; /** * Get the alignments of the path. */ declare function getAlignments(path: Path): Alignment[]; export { getAlignments };