import*asLintfrom'tslint';import*astsfrom'typescript';exportdeclareclassRuleextendsLint.Rules.AbstractRule{staticreadonlymetadata:Lint.IRuleMetadata;staticreadonlyFAILURE_STRING="The name of the class %s should end with the suffix %s (https://angular.io/styleguide#style-02-03)";staticvalidate(className:string,suffixes:string[]):boolean;apply(sourceFile:ts.SourceFile):Lint.RuleFailure[];}