import type { TSESTree } from "@typescript-eslint/utils"; import type { RuleContext } from "@typescript-eslint/utils/ts-eslint"; import type { Context } from "../../typings.context.js"; import { type MultilineBlock } from "./typings.block.js"; export declare function reportCompactableBlocks(ruleContext: RuleContext, baseComment: TSESTree.BlockComment, context: Context, blocks: MultilineBlock[]): void; //# sourceMappingURL=report.compact.d.ts.map