/** * Parse an array of items into an ordering object. * * @param items - The items to parse. * @return The ordering object. */ export declare const parseOrdering: (items: T[]) => {}; //# sourceMappingURL=utils.d.ts.map