export declare const OverTimeComparisonTypes: {
    SAME_PERIOD_PREVIOUS_YEAR: "same_period_previous_year";
    PREVIOUS_PERIOD: "previous_period";
    NOTHING: "nothing";
};
export declare type OverTimeComparisonType = "same_period_previous_year" | "previous_period" | "nothing";
