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