import type { ErrorReport } from "./ErrorReport"; export type ErrorTransformer = (error: ErrorReport | undefined) => ErrorReport | undefined;