export declare class Stats {
    static INSTANCE: Stats;
    values: Map<string, any>;
}
