/** A structure describing type of a stats hash */
export interface StatsDataType {
    /**  */
    date: string;
    /**  */
    value?: number;
}
//# sourceMappingURL=StatsDataType.d.ts.map