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