import type { ExecutionResult } from "./types.js"; export declare function inspectComponent(componentName: string, options?: { index?: number; includeState?: boolean; includeChildren?: boolean; childrenDepth?: number; includeStyle?: boolean; shortPath?: boolean; simplifyHooks?: boolean; device?: string; timeoutMs?: number; }): Promise; export declare function findComponents(pattern: string, options?: { maxResults?: number; includeLayout?: boolean; shortPath?: boolean; summary?: boolean; format?: "json" | "compact"; device?: string; timeoutMs?: number; visibleOnly?: boolean; }): Promise; //# sourceMappingURL=componentSearch.d.ts.map