import { BEMProcessor } from "../util/BEMProcessor"; export declare class StyleAlias extends BEMProcessor { "can assign an alias to the scope, a class and a state"(): Promise; "can assign multiple aliases to the scope, a class and a state"(): Promise; "should throw an error if it breaks the css syntax"(): Promise; "should parse quoted aliases containing special characters"(): Promise; } //# sourceMappingURL=style-alias-test.d.ts.map