import type { IUpdatePreferencesData } from "../../../types";
declare const fillUpdatePreferencesData: (data: IUpdatePreferencesData) => import("../../..").UserData;
export { fillUpdatePreferencesData };
