export interface AbortOptions {
  signal?: AbortSignal | null;
}