/** * Fetch a specific country, by its country code. * * @param getCountry - Get country client. */ declare const _default: (countryCode: string, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;