/** * How the lifecycle column renders. An active agent renders blank rather * than "active": the column exists to draw the eye to the agents whose * vendor has stopped maintaining them. */ export declare const lifecycleCell: (id: string) => string; //# sourceMappingURL=lifecycle-cell.d.ts.map