import BaseError from "./baseError";
export declare function serialize(err: Error | BaseError): any;
