import type { TSESLint, TSESTree } from "@typescript-eslint/utils";
import type { Context } from "../../typings.context.js";
import type { CommentBlock } from "./typings.block.js";
export declare function captureRelevantCommentsIntoBlock(sourceCode: TSESLint.SourceCode, comments: TSESTree.LineComment[], startIndex: number, context: Context): CommentBlock;
//# sourceMappingURL=util.capture-relevant-comments.d.ts.map