export default JsUsage; /** * @fileoverview Tracks unused JavaScript */ declare class JsUsage extends BaseGatherer { /** @type {LH.Crdp.Profiler.ScriptCoverage[]} */ _scriptUsages: LH.Crdp.Profiler.ScriptCoverage[]; /** * @param {LH.Gatherer.Context} context */ startInstrumentation(context: LH.Gatherer.Context): Promise; /** * @param {LH.Gatherer.Context} context */ stopInstrumentation(context: LH.Gatherer.Context): Promise; /** * @return {Promise} */ getArtifact(): Promise; } import BaseGatherer from '../base-gatherer.js'; //# sourceMappingURL=js-usage.d.ts.map