import { PlywoodValue } from '../datatypes'; import { ChainableUnaryExpression, ExpressionJS, ExpressionValue } from './baseExpression'; import { Aggregate } from './mixins/aggregate'; export declare class CollectExpression extends ChainableUnaryExpression implements Aggregate { static op: string; static fromJS(parameters: ExpressionJS): CollectExpression; constructor(parameters: ExpressionValue); protected _calcChainableUnaryHelper(operandValue: any, _expressionValue: any): PlywoodValue; } //# sourceMappingURL=collectExpression.d.ts.map