import type { FunnelUserAttribution } from '../../../runtime/funnel-attribution.js'; import type { AppUser } from './types.js'; export declare function updateUser(user: AppUser, options?: { attribution?: FunnelUserAttribution; persistClientIdentity?: boolean; }): Promise;