/** True when the name contains an ASCII `A`-`Z`, i.e. is not already the wire spelling. */ export declare function hasUpperAscii(name: string): boolean; /** True when every name in the record is already the lowercase wire spelling. */ export declare function headerKeysAllLowercase(record: Readonly>): boolean; /** Record the {@link LOWERCASE_HEADER_KEYS} proof on a record the caller has just verified. */ export declare function markLowercaseHeaderKeys(record: Record): void; /** True when this record carries the proof - never a claim the reader has to re-check. */ export declare function hasLowercaseHeaderKeysMark(record: Readonly>): boolean; //# sourceMappingURL=header-case.d.ts.map