export declare function parseRebalanceEvent(event: any): {
    state: any;
    rebalanceType: string;
    fromTokenMint: any;
    fromAmount: number;
    toTokenMint: any;
    toAmount: number;
};
