import type { TSESTree } from "@typescript-eslint/utils";
export type CommentBlock = {
    mergedComment: TSESTree.LineComment | undefined;
    startIndex: number;
    endIndex: number;
};
//# sourceMappingURL=typings.block.d.ts.map