export interface TimeoutConfig {
  readonly responseHeadersTimeout?: number;
  readonly timeoutMs?: number;
}
