/**
* @description
* Check if the value returns
* a new instance of Error
* and does not throw it
*
* @param {string} info
* @param {*} [value]
* @returns {*}
*/exportdeclarefunctioninvalidRGBValue_returnError(info: string, ...value: Array<any>): void;