/** * Fetches a brand with the given id. */ declare const _default: (brandId: number, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;