import type { FunctionDefinition } from '../../definition_types'; /** * Calculates the maximum over time value of a field. * * @example * TS k8s * | STATS cost=SUM(MAX_OVER_TIME(network.cost)) BY cluster, time_bucket = TBUCKET(1minute) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=max_over_time.d.ts.map