import { IStrategy } from './IStrategy'; export interface IFormatColumnStrategy extends IStrategy { initStyles(): void; }