import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the population variance of the values in the specified time range. * * @example * stdvar_over_time(http_requests_total[5m]) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=stdvar_over_time.d.ts.map