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