import type { Presenter } from '@core/shared/presentation/Presenter'; import type { GetEntitySponsorshipPricingResultDTO } from '../use-cases/GetEntitySponsorshipPricingUseCase'; export interface IEntitySponsorshipPricingPresenter extends Presenter {}