import { RgbaColor } from "../types";
export declare const changeAlpha: (rgba: RgbaColor, a: number) => RgbaColor;
