import { Comparator } from "../interfaces";
export declare function map(t: (item: any) => any, f: Comparator): Comparator;
