import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the sign of the sample values: -1 for negative, 0 for zero, and 1 for positive values. * * @example * sgn(delta(queue_depth[5m])) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=sgn.d.ts.map