import type { DeleteUserDefaultBillingAddress } from './types/index.js'; /** * Responsible for unsetting the users default billing 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 deleteUserDefaultBillingAddress: DeleteUserDefaultBillingAddress; export default deleteUserDefaultBillingAddress;