export interface ErrorReporter { report(error: Error, context?: unknown): void; }