import { BEMProcessor } from "./util/BEMProcessor"; export declare class BlockInheritance extends BEMProcessor { "Can use global states"(): Promise; "External block error has better error if mis-used but has no global states."(): Promise; "Can't use non-global states"(): Promise; } //# sourceMappingURL=global-states-test.d.ts.map