import type { FunctionDefinition } from '../../definition_types'; /** * Calculates the magnitude of a dense_vector. * * @example * from colors * | eval magnitude = v_magnitude(rgb_vector) * | sort magnitude desc, color asc */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=v_magnitude.d.ts.map