export interface IRetryOptions { maxAttempts: number; attemptDelayInSeconds: number; }