/** * Read `element.textContent` for the first element matching the selector. * * Returns the text as a plain string (formatted by `executeInElectron` as * `✅ Command executed: `). When the element is not found, returns * `Element not found: ` so callers can distinguish missing vs empty. */ export declare const queryTextBySelector: import("../types").CommandModule;