/** * Obtains the address schema for a country specified with 'id'. */ declare const _default: (isoCode: string, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;