export declare class IConstants {
    static DATE_TIME: number;
    static OPEN: number;
    static HIGH: number;
    static LOW: number;
    static CLOSE: number;
    static VOLUME: number;
    static BUY_SIGNAL: number;
    static SELL_SIGNAL: number;
    static NO_SIGNAL: number;
    static HOURLY: number;
    static DAILY: number;
    static WEEKLY: number;
    static MONTHLY: number;
    static QUARTERLY: number;
    static YEARLY: number;
    static sTable: Array<string>;
    static sChart: Array<string>;
    static sChartPeriods: Array<string>;
    static NORMAL: number;
    static LEVELI: number;
    static LEVELII: number;
    static sST: Array<string>;
    static NONE: number;
    static DN: number;
    static DOWN: number;
    static UP: number;
    static sUPDN: Array<string>;
}
