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