import type { ExecutionResult } from "./types.js"; export declare function getComponentTree(options?: { maxDepth?: number; includeProps?: boolean; includeStyles?: boolean; hideInternals?: boolean; format?: "json" | "compact"; structureOnly?: boolean; focusedOnly?: boolean; device?: string; timeoutMs?: number; }): Promise; //# sourceMappingURL=componentTree.d.ts.map