/**
 * Cron defining the schedule to run the executions.
 * @example "0 0 0 1 *"
 */
export type AiCron = string;
//# sourceMappingURL=ai-cron.d.ts.map