import type { DeleteUserDefaultShippingAddress } from './types/index.js'; /** * Responsible for unsetting the users default shipping address. * * @param userId - Identifier of the user. * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will resolve when the call to the endpoint finishes. */ declare const deleteUserDefaultShippingAddress: DeleteUserDefaultShippingAddress; export default deleteUserDefaultShippingAddress;