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