import { IControl } from ".."; import { IRouteManager } from "./IRouteManager"; export interface IConfigurationOptions { Route: IRouteManager; middleware(ref: (next: () => any, e: IControl) => void): any; }