declare type Stats = { latestConditionsBlock: number; }; declare const stats: Stats; export declare const getLatestConditionsBlock: () => number; export default stats; //# sourceMappingURL=stats.d.ts.map