import type { FunctionDefinition } from '../../definition_types'; /** * Calculates the l1 norm between two dense_vectors. * * @example * from colors * | eval similarity = v_l1_norm(rgb_vector, [0, 255, 255]) * | sort similarity desc, color asc */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=v_l1_norm.d.ts.map