export declare const CacheDuration: { 200: string; 404: string; static: string; expressStatic: string; }; export declare const getCacheDuration: (status?: number) => string; export declare const anyUpdateHeader: string;