/** Information about routing */
export interface RoutedTo {
    /** Service where ip is routed to */
    serviceName?: string;
}
//# sourceMappingURL=RoutedTo.d.ts.map