import { CoinSymbol } from '..'; import { RecipeIngredient } from '../..'; export * from './predicates'; export * from './operations'; export declare const RecipeIngredients: { ADX: RecipeIngredient; /** advanced */ BalanceOfPower: RecipeIngredient; /** advanced */ BollingerBandLower: RecipeIngredient; /** advanced */ BollingerBandUpper: RecipeIngredient; /** advanced */ Correlation: RecipeIngredient; EMA: RecipeIngredient; /** advanced */ Momentum: RecipeIngredient; MovingAverage: RecipeIngredient; /** advanced */ OBV: RecipeIngredient; /** advanced */ Position: RecipeIngredient; PPO: RecipeIngredient; /** advanced */ Price: RecipeIngredient; RSI: RecipeIngredient; /** advanced */ StochasticFast: RecipeIngredient; /** advanced */ StochasticSlow: RecipeIngredient; /** advanced */ Trend: RecipeIngredient; TrueRange: RecipeIngredient; /** advanced */ Volatility: RecipeIngredient; Volume: RecipeIngredient; }; export declare const ingredientVariableToIngredient: { [variable: string]: RecipeIngredient; };