import { Ref } from "@fovea/common"; export interface IDOMElementHandlerAddSelectorResult { instruction: string; ref: Ref; type: string; }