export declare const utils: { calcArithmeticStrategyWeights: (strategyTokenWeights: import('../../types/weights').StrategyWeight[], { coefficients, validatorCoefficient }: import('./weights-calculations').WeightCalculationOptions) => Map; calcGeometricStrategyWeights: (strategyTokenWeights: import('../../types/weights').StrategyWeight[], { coefficients, validatorCoefficient }: import('./weights-calculations').WeightCalculationOptions) => Map; calcHarmonicStrategyWeights: (strategyTokenWeights: import('../../types/weights').StrategyWeight[], { coefficients, validatorCoefficient }: import('./weights-calculations').WeightCalculationOptions) => Map; };