/** * Scan Command - Discover UI elements from a web page */ import { Command } from 'commander'; export declare const scanCommand: Command;