/** * The constraint is decidable from header NAMES alone — an If-Range present * without a Range — so the common projection is sufficient in both contexts and * the check is identical. `lint` validates the described request shape (an * OpenAPI operation may declare an If-Range parameter with no Range); * `analytics` checks real recorded requests, hence `appliesTo` is scoped to the * client roles so it fires on HAR requests. It is intentionally NOT in `test` * (Thymian generates the request, so the client's header choices are not under * user control). */ declare const _default: import("@thymian/core").Rule>; export default _default; //# sourceMappingURL=client-must-not-generate-if-range-without-range.rule.d.ts.map