import { UpdateUserPrivacyPreferencesInput } from '../types'; export declare const updateUserPrivacyPreferences: (input: UpdateUserPrivacyPreferencesInput) => Promise;