/** * Responsible for obtaining the default contact address of the user. */ declare const _default: (userId: number, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;