/**
 * Keys TSLint rule names to their ESLint rule converters.
 */
export declare const ruleConverters: Map<string, import("./ruleConverter").RuleConverter>;
