export declare class TemplateAnalysisTest { "Can add an element"(): Promise; "Can add an attribute with no value"(): Promise; "Can add an attribute with unknown value"(): Promise; "Can add an attribute with unknown identifier"(): Promise; "Can add an attribute with two unknown identifiers"(): Promise; "Analyzes a non-trivial fragment."(): Promise; "Can analyze a complex nested dynamic class expression"(): Promise; } //# sourceMappingURL=template-analysis-test.d.ts.map