import type { TSESTree } from "@typescript-eslint/utils"; import { type Context } from "../../typings.context.js"; import type { CommentBlock } from "./typings.block.js"; export declare function canBlockBeCompated(comments: TSESTree.LineComment[], block: CommentBlock, context: Context): boolean; //# sourceMappingURL=util.can-block-be-compacted.d.ts.map