import { type OptionsWithRequiredKey } from "./types"; export declare function sortInternal(input: readonly Item[], options: OptionsWithRequiredKey): Item[];