import { RgbaColor } from "../types";
export declare const invert: (rgba: RgbaColor) => RgbaColor;
