import { TeamServiceInterfacePort } from '../ports/TeamServiceInterfacePort';
export interface TeamService {
    readonly TeamServiceInterfacePort: TeamServiceInterfacePort;
}
