/** * Setup build subcommand. * Cleans stale Claude plugin state, builds Agency and Generacy packages. * Replaces .devcontainer/setup-plugins.sh */ import { Command } from 'commander'; /** * Create the `setup build` subcommand. */ export declare function setupBuildCommand(): Command; //# sourceMappingURL=build.d.ts.map