import type { TSESTree } from "@typescript-eslint/types"; export declare function parseExpression(code: string): TSESTree.Expression;