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