/**
* Convert RGB array to 32 bits number where alpha is set to 255.
* @paramrgb - The RGB color array.
* @returns 32 bits number encoding RGBA color.
*/exportdeclarefunctionrgbToNumber(rgb: Uint8Array): number;
//# sourceMappingURL=rgbToNumber.d.ts.map