import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the maximum value across the input vector. * * @example * max(http_requests_total) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=max.d.ts.map