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