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