import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns `1` if the range vector has at least one element, and `0` otherwise. * * @example * present_over_time(http_requests_total[5m]) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=present_over_time.d.ts.map