import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Calculates the natural logarithm for all elements in the input vector. * * @example * ln(memory_usage_bytes) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=ln.d.ts.map