import type { FunctionDefinition } from '../../definition_types'; /** * Calculates the absolute change of a gauge field in a time window. * * @example * TS k8s * | WHERE pod == "one" * | STATS tx = SUM(DELTA(network.bytes_in)) BY cluster, time_bucket = TBUCKET(10minute) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=delta.d.ts.map