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