import type { parseForESLint } from "@typescript-eslint/parser";
export type TSESParseForESLintResult = ReturnType<typeof parseForESLint>;
