/** * Ops CLI — Subcommand router for `aiwg ops` * * Subcommands: * init — Bootstrap a new ops workspace * status — Show workspace health * use — Switch active workspace * list — List registered workspaces * push — Push workspace repos to remote * * @implements #544 */ /** * Main CLI entry point for `aiwg ops [args]` */ export declare function main(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map