import type { QWElement } from '@qualweb/qw-element'; import { BestPractice } from '../lib/BestPractice.object'; declare class QW_BP8 extends BestPractice { execute(element: QWElement): void; checkApplicability(element: QWElement): boolean; } export { QW_BP8 }; //# sourceMappingURL=QW-BP8.d.ts.map