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