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