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