declare const _exports: { force: { commands: string[]; }; https: { commands: string[]; }; analyzer: { commands: string[]; }; 'analyzer-port': { commands: string[]; module: string; }; 'disable-reload': { commands: string[]; module: string; }; 'disable-mock': { module: boolean; commands: string[]; }; 'disable-open': { module: boolean; commands: string[]; }; mode: { module: boolean; commands: string[]; }; 'disable-assets': { module: boolean; commands: string[]; }; 'debug-runtime': { module: boolean; commands: string[]; }; }; export = _exports;