import type { Observer } from 'ecmarkdown';
import type { Reporter } from '../algorithm-error-reporter-type';
export default function (report: Reporter): Observer;
