import type { SerwistPlugin } from "../types.js";
/**
 * A plugin designed to determine the number of assets that were updated (or not updated)
 * during the `install` event.
 *
 * @private
 */
export declare class PrecacheInstallReportPlugin implements SerwistPlugin {
    updatedURLs: string[];
    notUpdatedURLs: string[];
    handlerWillStart: SerwistPlugin["handlerWillStart"];
    cachedResponseWillBeUsed: SerwistPlugin["cachedResponseWillBeUsed"];
}
//# sourceMappingURL=PrecacheInstallReportPlugin.d.ts.map