/** * Describes an entry of a cronjob history. */ export declare class CronjobHistoryEntry { processModelId: string; startEventId: string; crontab: string; executedAt: Date; }