import type { ErrorReport } from "../types"; export declare function normalizeError(error: ErrorReport | undefined): ErrorReport> | undefined;