import type { SortOption } from '@unchainedshop/utils'; import type { Sort } from 'mongodb'; export declare const buildSortOptions: (sort?: SortOption[]) => Sort; export default buildSortOptions;