import { RecipePredicateMap } from '../..'; /** * Position */ export declare const PositionPredicate: RecipePredicateMap; export declare const VolumePredicate: RecipePredicateMap; /** * Momentum */ export declare const MomentumPredicate: RecipePredicateMap; /** * Volatility */ export declare const VolatilityPredicate: RecipePredicateMap; /** * Trend */ export declare const TrendPredicate: RecipePredicateMap; export declare const CorrelationPredicate: RecipePredicateMap; export declare const PricePredicate: RecipePredicateMap; export declare const MovingAveragePredicate: RecipePredicateMap; export declare const EMAPredicate: RecipePredicateMap; export declare const RSIPredicate: RecipePredicateMap; export declare const UpperBollingerBandPredicate: RecipePredicateMap; export declare const LowerBollingerBandPredicate: RecipePredicateMap; export declare const ADXPredicate: RecipePredicateMap; export declare const AroonPredicate: RecipePredicateMap; export declare const BalanceOfPowerPredicate: RecipePredicateMap; export declare const PPOPredicate: RecipePredicateMap; export declare const SlowStochasticPredicate: RecipePredicateMap; export declare const FastStochasticPredicate: RecipePredicateMap; export declare const OBVPredicate: RecipePredicateMap; export declare const TrueRangePredicate: RecipePredicateMap;