/** * Login tool - initiates device auth flow then polls for approval. * Returns the URL immediately while polling in the background. * If polling completes within a reasonable time, returns success. * If not, stores the flow state so a subsequent call can check. */ export declare function loginTool(): Promise<{ content: { type: string; text: string; }[]; }>; //# sourceMappingURL=login.d.ts.map