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