import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { AggregateExprArg } from "./AggregateExprArg.js"; import { AggregateExprFunc } from "./AggregateExprFunc.js"; export declare const AggregateExpr: core.serialization.ObjectSchema; export declare namespace AggregateExpr { interface Raw { arg: AggregateExprArg.Raw; func: AggregateExprFunc.Raw; } }