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