import type { AppUser } from '../users/types.js'; export declare function sendUserContextPing(normalizedUserId: string): Promise;