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 reportOverflowingBlocks(ruleContext: RuleContext, baseComment: TSESTree.BlockComment, context: Context, overflowingBlocks: MultilineBlock[]): void; //# sourceMappingURL=report.overflow.d.ts.map