import { Stats } from '../models/Stats'; /** * Compare two Stats to see if they have the same value. * @param left - Stats * @param right - Stats * @returns 0 - equal; 1 - left > right; -1 left < right */ export declare function compareStats(left: Stats, right: Stats): number; //# sourceMappingURL=stat.d.ts.map