declare module 'cron-to-quartz' {
  function getQuartz(crontab: string): any;
}