/** * Temp directory and temp file path helpers for SSR module loader cache. */ export declare function getTmpDirCacheKey(baseCacheDir: string, projectId: string, contentSourceId: string, runtimeVersion?: string): string; export declare function buildTmpDirPath(baseCacheDir: string, projectId: string, contentSourceId: string, runtimeVersion?: string): string; export declare function buildTempModulePath(tmpDir: string, filePath: string, projectDir: string, version: string, contentHash?: string): string; //# sourceMappingURL=tmp-paths.d.ts.map