import { RuleConverter } from "../lintConfigs/rules/ruleConverter";
import { FileComment } from "./parseFileComments";
export declare const replaceFileComments: (content: string, comments: FileComment[], converters: Map<string, RuleConverter>, ruleCommentsCache: Map<string, string[]>, ruleEquivalents: Map<string, string[]>) => string;
