/** * Parent setup command group. * Composes dev container setup subcommands: auth, workspace, build, services. */ import { Command } from 'commander'; export declare function setupCommand(): Command; //# sourceMappingURL=setup.d.ts.map