export declare function transform<TInput, TOutput>(mapper: any, method: string, input: TInput, outputType: new () => TOutput): TOutput;
