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