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