export declare function updateMarketingPreferences(formData: FormData): Promise<{ response: null; errors: { status: number; }[]; } | { response: import("../models").MarketingPreferencesResponse; errors: null; } | { response: null; errors: { message: string; }[]; }>; //# sourceMappingURL=marketing-preferences.d.ts.map