/** * HTTP 报头比较特殊,需要兼容不同的大小写的 key */ export declare function createHeader(): Record<string, string>; //# sourceMappingURL=Header.d.ts.map