/** * Sets the address specified with 'addressId', as the default billing address. */ declare const _default: (userId: number, addressId: string, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;