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