import type { OpenCv } from "@techstark/opencv-js"; export declare function initOpenCvRuntime(): Promise<{ cv: OpenCv; }>; //# sourceMappingURL=opencv.d.ts.map