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