import { Transformer } from "./transform";
/** @hidden */
export default function doEndT<V>(f: Function): Transformer<V, V>;
