/** * Common HTTP header constants. */ export declare const CONTENT_TYPE = "Content-Type"; export declare const ACCEPTS = "Accept";