import { BEMProcessor } from "../util/BEMProcessor"; export declare class DisallowedPseudos extends BEMProcessor { "disallows the :not() pseudoclass."(): Promise; "disallows the :matches() pseudoclass."(): Promise; "disallows pseudos not attached to a block object."(): Promise; } //# sourceMappingURL=native-pseudos-test.d.ts.map