/** * Deep DOM analysis: categorizes interactive elements (buttons, inputs, links, * images, headings, containers) and returns a JSON payload with selector, * xpath, position, and styling per element. * * Generated JS lives in `utils/electron-commands.ts` because it's >200 lines * and gets reused by Phase 7 testing utilities. */ export declare const findElements: import("../types").CommandModule;