export function highlightQuad(quad: any, outlineColor?: { r: number; g: number; b: number; }): Promise; export function hideHighlight(): Promise; export function highlightRect({ x, y, width, height }: { x: any; y: any; width: any; height: any; }, outlineColor?: { r: number; g: number; b: number; }): Promise;