import { Command } from 'commander'; import { LoginOptions } from './types.js'; /** * Main login command — authenticates to AWS SSO, CodeArtifact, ECR, and MCP services */ export declare const loginCommand: Command; declare function handleLogin(options: LoginOptions): Promise; export { handleLogin }; //# sourceMappingURL=index.d.ts.map