export declare class CheckCondition { constructor(checkTime: string); value: string; checkTime: string; errorTips: any; }