export declare function getRoundRobinIndex(index: number, total: number): number;
