declare const canvasFilterInvert: (value: number, canvas: HTMLCanvasElement) => HTMLCanvasElement;
export default canvasFilterInvert;
