import { ImageReader } from "@computer-use/provider-interfaces"; import { Image } from "@computer-use/shared"; export default class implements ImageReader { load(parameters: string): Promise; }