import type { UpdateCacheManifestOptions, UpdateCacheManifestResult } from "./types.js"; /** 主函数:更新缓存清单 */ export declare function updateCacheManifest(options: UpdateCacheManifestOptions): UpdateCacheManifestResult; //# sourceMappingURL=cache-manifest.d.ts.map