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