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