/** Filename written beside persisted production build artifacts that store incremental metadata. */ export declare const ROUTE_MODULE_BUILD_CACHE_FILENAME = ".build-cache.json"; /** @deprecated Use {@link ROUTE_MODULE_BUILD_CACHE_FILENAME}; server-entry caches share the same filename. */ export declare const SERVER_ENTRY_BUILD_CACHE_FILENAME = ".build-cache.json";