import type { Directive } from './index'; export interface CacheControl { sMaxAge?: number; staleWhileRevalidate?: number; scope?: string; } export declare const stringify: (cacheControl: CacheControl, forcePrivate?: boolean) => string; declare const directive: Directive; export default directive; //# sourceMappingURL=cacheControl.d.ts.map