/** * `cortex add ` — runs a single module's wizard and merges the * result into config/cortex.local.yaml + .env + config/projects.local.yaml. */ export declare function runAdd(args: readonly string[]): Promise; /** * `cortex configure ` — re-runs the wizard with current values * as defaults. For updates after the initial add. */ export declare function runConfigure(args: readonly string[]): Promise; /** * `cortex disable ` — flips enabled: false. Leaves config in * place so re-enabling via `cortex add` keeps the settings. */ export declare function runDisable(args: readonly string[]): Promise; /** * `cortex modules` — list available wizards grouped by category. */ export declare function runList(): Promise; //# sourceMappingURL=module-commands.d.ts.map