import { BigSource } from 'big.js';
import { Observable } from 'rxjs';
export declare const EMA: (interval: number, isOutput?: boolean) => (observable: Observable<BigSource>) => Observable<BigSource>;
