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