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