import type { SortOpts } from "../api.js"; /** * Helper function to inject default {@link SortOpts}. * * @param opts - * * @internal */ export declare const __sortOpts: (opts?: Partial>) => SortOpts; //# sourceMappingURL=sort-opts.d.ts.map