import type { Record_string_string_ } from './Record_string_string_.js'; export type Request = { url: string; method?: string; headers?: Record_string_string_; };