import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Calculates the sine of all elements in the input vector. * * @example * sin(some_metric) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=sin.d.ts.map