export default CacheContents; declare class CacheContents extends BaseGatherer { /** * Creates an array of cached URLs. * @param {LH.Gatherer.Context} passContext * @return {Promise} */ getArtifact(passContext: LH.Gatherer.Context): Promise; } import BaseGatherer from '../base-gatherer.js'; //# sourceMappingURL=cache-contents.d.ts.map