export interface IIndexRebalanceService {
    canRebalance(): Promise<boolean>;
    getRebalanceTxData(): any;
}
