import { ImagePtr, OpenCV } from "../../types";
export declare const flip: (cv: OpenCV, canvas: HTMLCanvasElement, src: ImagePtr, orientation: "horizontal" | "vertical") => Promise<void>;
//# sourceMappingURL=flip.d.ts.map