import { Body } from './index.js'; export type FetchOptions = { method: string; headers: Record; body?: Body; };