import { AbstractRoute } from './AbstractRouteProxy'; export interface Proxy extends AbstractRoute { host: string; }