export function parseForESLint(code: string, parserOptions: ParserOptions | undefined): Linter.ESLintParseResult;
import type { ParserOptions } from "./types";
import type { Linter } from "eslint";
//# sourceMappingURL=parser.d.ts.map