export declare namespace ErrorUtil {
    function toJSON(err: any): object;
}
