import type { DomainPort } from './domain';
export interface ServicePort extends DomainPort {
}
//# sourceMappingURL=service.d.ts.map