/** Cache-Control for SSR docs HTML (config is injected per request). */
export declare const UI_HTML_CACHE_CONTROL = "no-cache";
/** Cache-Control for files under the Docs UI directory (including shell index.html). */
export declare function cacheControlForUiAsset(filePath: string): string;