/**
 * @module
 * Constants for compression.
 */
/**
 * Match for compressible content type.
 */
export declare const COMPRESSIBLE_CONTENT_TYPE_REGEX: RegExp;
