/** * slope org — Multi-repo aggregation commands * * Subcommands: * slope org init Create .slope/org.json template * slope org status [--json] Show all repos, handicaps, active sprints * slope org issues [--json] Show org-wide recurring patterns */ export declare function orgCommand(args: string[]): Promise; //# sourceMappingURL=org.d.ts.map