export type DevBootstrapSummaryJson = Readonly<{ logLevel: string; codemationLogLevelEnv?: string; databaseLabel: string; schedulerLabel: string; eventBusLabel: string; redisUrlRedacted?: string; activeWorkflows: ReadonlyArray>; plugins: ReadonlyArray< Readonly<{ packageName: string; source: "configured" | "discovered"; }> >; }>;