export interface WorkflowToolMaxIterationsExceededStepModel {
    stepLatencySecs: number;
    maxIterations: number;
}
