import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * Transforms the type of values that this differ knows how to differ using * the specified functions that map the new and old value types to each other. * @tsplus static Differ.Aspects transform * @tsplus pipeable Differ transform * @tsplus location "@tsplus/stdlib/data/Differ/operations/transform" */ export declare function transform(f: (value: Value) => Value2, g: (value: Value2) => Value): (self: import("../definition").Differ) => import("../definition").Differ; //# sourceMappingURL=transform.d.ts.map