import type { TSESTree } from "@typescript-eslint/utils"; import type { Context } from "../../typings.context.js"; export declare function formatBlock(block: TSESTree.LineComment, context: Context): string; //# sourceMappingURL=util.format-block.d.ts.map