export interface DeployReleaseInfoTableSection { new: T[]; updated?: T[]; unchanged: T[]; removed: T[]; } export declare function buildDeployReleaseInfoTableSection(section: DeployReleaseInfoTableSection): (T | { item: T | ((T & string) | { subdued: string; })[]; color: string; bullet?: string | undefined; })[];