import type { DeleteUserAddress } from './types/index.js'; /** * Responsible for removing the address with the specified 'id'. * * @param props - Delete address properties. * @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 deleteUserAddress: DeleteUserAddress; export default deleteUserAddress;