import type * as Vital from "../index.js"; export interface AggregateExpr { arg: Vital.AggregateExprArg; /** ℹ️ This enum is non-exhaustive. */ func: Vital.AggregateExprFunc; }