import { Transformer } from "./transform"; /** @hidden */ export default function mapErrorT(f: ((error: any) => V) | V): Transformer;