import { RoundRobinRule } from './round-robin.rule'; import { Server } from '../server'; export declare class WeightedResponseTimeRule extends RoundRobinRule { constructor(); choose(): Server; }