import Callable from "@dikac/t-function/callable"; export default function SortKeyParameters(map: Map, compare: Callable<[Key, Key], number>): void;