import { FeeService } from'./FeeService';
/**
* Returns tax and fee service
*
* @remarks
* This method is part of the tax and fee service
*
* @returns {@link FeeService} tax and fee service
*
*/declareconstuseFee: () => FeeService;
export default useFee;