export interface GenericTransformer { transform(from: F): T; }