export declare const IMMUTABLE_CACHE_CONTROL_HEADER = "public, max-age=31536000, immutable"; export declare const SERVER_CACHE_CONTROL_HEADER = "public, max-age=0, s-maxage=2678400, must-revalidate"; export declare const DEFAULT_PUBLIC_DIR_CACHE_CONTROL = "public, max-age=31536000, must-revalidate"; export declare const SERVER_NO_CACHE_CACHE_CONTROL_HEADER = "public, max-age=0, s-maxage=0, must-revalidate"; export declare const DEFAULT_PUBLIC_DIR_CACHE_REGEX: RegExp;