export default RobotsTxt; declare class RobotsTxt extends BaseGatherer { /** * @param {LH.Gatherer.Context} passContext * @return {Promise} */ getArtifact(passContext: LH.Gatherer.Context): Promise; } import BaseGatherer from '../../base-gatherer.js'; //# sourceMappingURL=robots-txt.d.ts.map