/** * `forge build` — Build and delivery commands. * * Subcommands: * forge build start --project --changeset * forge build status --project --changeset */ import { Command } from "commander"; import { ForgeOSClient } from "../../shared/client.js"; export declare function registerBuildCommands(parent: Command, client: ForgeOSClient): void; //# sourceMappingURL=build.d.ts.map