import { SerializableError } from './serializable-error.js'; export declare function normalize(err: Error): SerializableError;