/** * Login command for Bellwether Cloud authentication using OAuth. * Supports GitHub and Google as authentication providers. */ import { Command } from 'commander'; export declare const loginCommand: Command; //# sourceMappingURL=login.d.ts.map