/** * Sets user attribute with given id. */ declare const _default: (userId: number, attributeId: string, data: import("@farfetch/blackout-client").UserAttributeData, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;