import type { BoxSize } from '../../types'; export declare const updateImageCanvas: (canvas: HTMLCanvasElement, settings: { flipHorizontal?: boolean; flipVertical?: boolean; brightness?: number | null; contrast?: number | null; saturation?: number | null; hueRotate?: number | null; grayscale?: number | null; blur?: number | null; }, imageEle: HTMLImageElement, boxSize: BoxSize) => Promise; //# sourceMappingURL=updateImageCanvas.d.ts.map