import { CacheControl } from "./types";
export declare const parse: (cacheControlHeader: string) => CacheControl;
export declare const stringify: (cacheControl: CacheControl) => string;
