export declare const HttpHeaders: { ContentLength: string; ContentType: string; ContentEncoding: string; Accept: string; Authorization: string; CacheControl: string; Connection: string; Date: string; Host: string; Pragma: string; Trailer: string; TransferEncoding: string; Upgrade: string; Via: string; Warning: string; AcceptCharset: string; AcceptEncoding: string; AcceptLanguage: string; AccessControlAllowOrigin: string; AccessControlAllowMethods: string; AccessControlAllowHeaders: string; AccessControlExposeHeaders: string; Expect: string; From: string; MaxForwards: string; Referer: string; UserAgent: string; Cookie: string; SetCookie: string; Cookie2: string; SetCookie2: string; Location: string; IfModifiedSince: string; IfUnmodifiedSince: string; IfMatch: string; IfNoneMatch: string; IfRange: string; Allow: string; Server: string; XSimpleBootSsrIntentScheme: string; XSimpleBootHttpTopicProtocol: string; }; export type HttpHeadersType = keyof typeof HttpHeaders; export declare const makeIntentHeaderBySymbolFor: (symbol: Symbol) => HeadersInit; //# sourceMappingURL=HttpHeaders.d.ts.map