/**
 * Workflow cycle time column information
 */
export interface WorkflowCycleTimeColumn {
    column_id: number;
    name: string;
}
//# sourceMappingURL=workflow.d.ts.map