/** * Проверяет, является ли объект экземпляром ошибки * @returns */ export declare const isErrorInstance: (err: unknown) => err is Error;