/** * Fetch all cities from an specific country and state. * * @param getCountryStateCities - Get cities client. */ declare const _default: (countryCode: string, stateId: number, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;