import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the first value of each time series in the specified time range. * * @example * first_over_time(http_requests_total[1h]) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=first_over_time.d.ts.map