export interface IRetryIteration { attempt: number; maxAttempts: number; }