/** * Structured auth & authority events (no tokens). * Emit for observability and forensic debugging. */ export declare const authEvents: { authCallbackStarted(provider: string, providerAccountId: string): void; identityResolved(userId: string, provider: string, providerAccountId: string): void; identityLinked(existingUserId: string, provider: string, providerAccountId: string): void; authorityConnected(params: { workspaceId?: string; type: string; externalId: string; actorUserId: string; }): void; tokenRefreshed(provider: string, scope: string, newExpiresAt: string): void; tokenRefreshFailed(provider: string, scope: string, error_code: string): void; }; //# sourceMappingURL=auth-events.d.ts.map