export declare function cpuBlur(canvas: HTMLCanvasElement, image: HTMLImageElement | HTMLVideoElement | HTMLCanvasElement, blur: number): void;
