/** Auth state for one connected Google account, read from local stores only. */ export declare function runAccountInfo(args: { accountId: string; accountsDir: string; email: string; }): { email: string; connected: boolean; expiring: boolean; scopes: string[]; }; //# sourceMappingURL=account-info.d.ts.map