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