export declare class StatsHelper { private static enable; static prefix: string; static keys: Set; static addErrorInfo(type: string, info: any): Promise; static addCronSuccessEvent(key: string, event: any): Promise; static addCronFailureEvent(key: string, event: any): Promise; }