import { Schema } from 'airtight';
import { FetchHeaders } from '../types/index.js';
export declare const FetchHeadersSchema: Schema<FetchHeaders>;
