import { Image, Point, RGBA } from "@computer-use/shared"; import { ImageProcessor } from "@computer-use/provider-interfaces"; export default class implements ImageProcessor { colorAt(image: Image | Promise, point: Point | Promise): Promise; }