export type CronConfig = { enabled?: boolean; store?: string; maxConcurrentRuns?: number; };