import { BEMProcessor } from "../util/BEMProcessor"; export declare class BlockNames extends BEMProcessor { "composes may only be used in a rule set"(): Promise; "throws on missing block reference"(): Promise; "throws when referencing the local block"(): Promise; "composition not allowed on rule sets with a scope selector"(): Promise; "composes attribute is stripped in output"(): Promise; "composes considers quotes optional"(): Promise; "composes attribute understands possible state combinations"(): Promise; } //# sourceMappingURL=block-composition-test.d.ts.map