/** * Login Command * * Authenticates with Google using Playwright browser automation. */ import { Command } from 'commander'; export declare const loginCommand: Command; //# sourceMappingURL=login.d.ts.map