import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Rounds the sample values to the nearest integer, or to the nearest multiple of the optional argument. * * @example * round(rate(http_requests_total[5m])) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=round.d.ts.map