/** * Indicator trend. */ export declare enum Trend { FALLING = -1, STABLE = 0, RISING = 1 }