import type { PromqlOperatorDefinition } from '../../definition_types'; /** * Raises the left operand to the power of the right operand element-wise. For vector–vector operations, the metric name is dropped. * * @example * metric ^ 2 */ declare const definition: PromqlOperatorDefinition; export default definition; //# sourceMappingURL=pow.d.ts.map