import type { Transducer } from "@thi.ng/transducers"; export declare function movingMaximum(period: number): Transducer; export declare function movingMaximum(period: number, src: Iterable): IterableIterator; //# sourceMappingURL=moving-maximum.d.ts.map