import { IStrategy } from './IStrategy'; export interface ITeamSharingStrategy extends IStrategy { }