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