export declare class CronUtil {
    static getNextExecutionErrors(cron: string): string;
}
