export declare function validateCron(expr: string): boolean;
export declare function matchTime(field: string, value: number): boolean;
