/** HTTP methods that never carry a request body. Shared by the request * pipeline (dedup eligibility) and the axios transport (call shape). */ export declare const BODYLESS_METHODS: Set;