import { Service } from '../../../Service';
import { IIndexRebalanceService } from '../../../interfaces/IIndexRebalanceService';
export declare class IndexRebalanceService extends Service implements IIndexRebalanceService {
    private rebalanceService;
    private derivativeFunctions;
    static create(productAddress: string): Promise<IndexRebalanceService>;
    private constructor();
    canRebalance(): Promise<boolean>;
    getRebalanceTxData(): any;
}
