import { CreateUpdateUserProperties } from "./types"; export declare type UpdateUserPropertiesFunction = (userId: string, userInfo: UserProperties) => Promise; export declare const createUpdateUserPropertiesFunction: ({ integrations, logger }: CreateUpdateUserProperties) => UpdateUserPropertiesFunction;