export class ClientConfigInterface {
  INITIAL_RETRY_TIMEOUT_MS: number;
  MAX_RETRY_TIME_MS: number;
}
