import type { FunctionDefinition } from '../../definition_types'; /** * Sorts a multivalued field in lexicographical order. * * @example * ROW a = [4, 2, -3, 2] * | EVAL sa = mv_sort(a), sd = mv_sort(a, "DESC") */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=mv_sort.d.ts.map