import { RuleContext, RuleConstructor, FormatterConstructor } from '@fimbul/ymir'; import * as TSLint from 'tslint'; export declare function wrapTslintRule(Rule: TSLint.RuleConstructor, name?: string): RuleConstructor; export declare function wrapTslintFormatter(Formatter: TSLint.FormatterConstructor): FormatterConstructor; export declare function wrapRuleForTslint(Rule: RuleConstructor): TSLint.RuleConstructor;