import type { InDOMOperationJsonArgument } from "./InDOMOperationJsonArgument.js"; import type { InDOMOperationNodeArgument } from "./InDOMOperationNodeArgument.js"; import type { InDOMOperationRefArgument } from "./InDOMOperationRefArgument.js"; export declare type InDOMOperation = { frame: number; sequenceIndex: number; transpiredAt: string; target: string; property: string; arguments: Array; };