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