import { AggregateOperator } from '../AggregateOperator'; export declare function Max(value: T): AggregateOperator;