export { getCacheControl };
export { cacheControlDisable };
import type { PageConfigRuntime } from '../../../types/PageConfig.js';
import '../../assertEnvServer.js';
declare const cacheControlDisable = "no-store, max-age=0";
declare function getCacheControl(pageId: string | null, pageConfigs: PageConfigRuntime[]): string;
