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