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