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