/**
 * ** Error Utils class.
 *
 * @author gorankokin
 */
export declare class ErrorUtil {
    /**
     * ** Extract root Error depending of the format.
     */
    static extractError(error: Error): Error;
}
