import * as Lint from "tslint";
import { Rule as NoDtslintTypoRule } from "./noDtslintTypoRule";
export declare class Rule extends NoDtslintTypoRule {
    static metadata: Lint.IRuleMetadata;
}
