1 | import { IOptions, IRuleMetadata } from 'tslint/lib';
|
2 | import { MetadataPropertyBase } from './metadataPropertyBase';
|
3 | export declare class Rule extends MetadataPropertyBase {
|
4 | static readonly metadata: IRuleMetadata;
|
5 | static readonly FAILURE_STRING: string;
|
6 | constructor(options: IOptions);
|
7 | }
|