/**
 * @typedef {import("@helios-lang/compiler-utils").Site} Site
 * @typedef {import("../typecheck/index.js").EvalEntity} EvalEntity
 */
/**
 * '()' which can only be used as return type of func
 */
export class VoidTypeExpr extends Expr {
}
export type Site = import("@helios-lang/compiler-utils").Site;
export type EvalEntity = import("../typecheck/index.js").EvalEntity;
import { Expr } from "./Expr.js";
//# sourceMappingURL=VoidTypeExpr.d.ts.map