/** * Setup auth subcommand. * Configures git credentials and GitHub CLI authentication. * Replaces .devcontainer/ensure-auth.sh */ import { Command } from 'commander'; /** * Create the `setup auth` subcommand. */ export declare function setupAuthCommand(): Command; //# sourceMappingURL=auth.d.ts.map