import type Headers from '../Headers.js'; export type THeadersInit = string[][] | { [key: string]: string } | Headers;