import type { TSESTree } from "@typescript-eslint/utils"; export declare function mergeComments(a: TSESTree.LineComment, b: TSESTree.LineComment, separator?: string): TSESTree.LineComment; //# sourceMappingURL=util.merge-comments.d.ts.map