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