import type { ExecutionResult } from "./types.js"; import type { RawComponentStack } from "./componentSource.js"; import { type ScreenSpaceMetrics } from "./screenSpace.js"; export declare function isInspectorActive(device?: string): Promise; export declare function inspectAtPoint(x: number, y: number, options?: { includeProps?: boolean; includeFrame?: boolean; device?: string; screenSpace?: ScreenSpaceMetrics; }): Promise; export declare function harvestStacksAtPoint(x: number, y: number, device?: string): Promise; export declare function enrichWithSource(payload: Record, stacks: RawComponentStack[]): Promise>; //# sourceMappingURL=inspector.d.ts.map