/**
 * Check if argument is Error
 * @param arg
 * @returns {boolean}
 */
export declare function isError(arg: unknown): arg is Error;
