export declare class ErrorUtils {
    static isError(val: unknown): val is Error;
}
