declare class SerializationError extends Error {
    inner: Error;
    constructor(inner: Error);
}
export default SerializationError;
