import type { TRgbaColor, TRgbColor } from './types'; export declare function rgbToRgba(rgb: TRgbColor, alpha: number): TRgbaColor;