import { Point, RGBA } from "@computer-use/shared"; export declare const toHaveColor: (received: Point, needle: RGBA) => Promise<{ message: () => string; pass: boolean; }>;