import type { SerwistPlugin } from "../../types.js"; import type { PrecacheController } from "../PrecacheController.js"; /** * A plugin, designed to be used with PrecacheController, to translate URLs into * the corresponding cache key, based on the current revision info. * * @private */ export declare class PrecacheCacheKeyPlugin implements SerwistPlugin { private readonly _precacheController; constructor({ precacheController }: { precacheController: PrecacheController; }); cacheKeyWillBeUsed: SerwistPlugin["cacheKeyWillBeUsed"]; } //# sourceMappingURL=PrecacheCacheKeyPlugin.d.ts.map