import Callable from "@dikac/t-function/callable"; import MapContainer from "../map/map"; import Value from "@dikac/t-value/value"; export default function SortParameter({ map, value, compare }: MapContainer> & Value> & { compare: Callable<[pair: [key: Key, value: Val], pair: [key: Key, value: Val]], number>; }): void;