/opt/canhelp/node_modules/next/dist/export/helpers
Edit: /opt/canhelp/node_modules/next/dist/export/helpers/create-incremental-cache.d.ts (552B)
import { IncrementalCache } from '../../server/lib/incremental-cache';
export declare function createIncrementalCache({ cacheHandler, cacheMaxMemorySize, fetchCacheKeyPrefix, distDir, dir, flushToDisk, cacheHandlers, requestHeaders, }: {
cacheHandler?: string;
cacheMaxMemorySize?: number;
fetchCacheKeyPrefix?: string;
distDir: string;
dir: string;
flushToDisk?: boolean;
requestHeaders?: Record
;
cacheHandlers?: Record;
}): Promise;