export interface Presenter { toResponse(entity: EntityInput): Response; } //# sourceMappingURL=presenter.base.d.ts.map