import type { FunnelSdkUpdateFunnelUserInput } from './types.js'; import type { FunnelSdkJsonObject } from '../shared/types.js'; export declare const updateFunnelUser: (input: FunnelSdkUpdateFunnelUserInput) => Promise;