/** * `forge outcome` — Quality outcome recording. * * Subcommands: * forge outcome record --project --changeset * --outcome * [--modules m1,m2] [--details ] */ import { Command } from "commander"; import { ForgeOSClient } from "../../shared/client.js"; export declare function registerOutcomeCommands(parent: Command, client: ForgeOSClient): void; //# sourceMappingURL=outcome.d.ts.map