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