declare type TransformFn = (this: Klass, value: R) => R; export declare function Transform(transformer: TransformFn): (target: any, propertyKey: PropertyKey) => void; export {}; //# sourceMappingURL=transform.d.ts.map