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