import type { Transducer } from "@thi.ng/transducers"; /** * https://en.wikipedia.org/wiki/Relative_strength_index * * Note: the number of results will be `period` less than the number of * processed inputs. * * @param period - */ export declare function rsi(period: number): Transducer; export declare function rsi(period: number, src: Iterable): IterableIterator; //# sourceMappingURL=rsi.d.ts.map