import { Indicator } from '../indicators';
import { IndicatorsEnum } from '../types';
export declare const Store: Record<IndicatorsEnum, typeof Indicator>;
