import type { Sort } from "./types.d.ts"; /** Using this function sort an array. */ export declare const sort: Sort;