import { Aggregator } from "./Aggregator";
/** @hidden */
export declare class StaticValueAggregator implements Aggregator {
    value: any;
    aggregate(other: unknown): void;
    getResult(): any;
}
//# sourceMappingURL=StaticValueAggregator.d.ts.map