/**
 * @import { Site, Word } from "@helios-lang/compiler-utils"
 * @typedef {import("@helios-lang/ir").SourceMappedStringI} SourceMappedStringI
 * @typedef {import("../typecheck/index.js").EvalEntity} EvalEntity
 */
/**
 * Name::Member expression which can instantiate zero field structs and enum members
 */
export class ValuePathExpr extends PathExpr {
}
export type SourceMappedStringI = import("@helios-lang/ir").SourceMappedStringI;
export type EvalEntity = import("../typecheck/index.js").EvalEntity;
import { PathExpr } from "./PathExpr.js";
//# sourceMappingURL=ValuePathExpr.d.ts.map