import type { Rule } from "eslint"; type Nullable = { [Key in keyof Object]: Object[Key] | null; }; export type WithParent = BaseNode & Nullable>; export {}; //# sourceMappingURL=estree.d.ts.map