import { HashMap } from "../interfaces/HashMap"; export declare function createCacheControlHeader(cacheControl: string | null): HashMap;