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