import { StatsItem } from "./StatsItem";
export declare class Stats {
    stats: Array<StatsItem>;
}
