export type Mapper<FromType, ToType> = (from: FromType) => ToType;
//# sourceMappingURL=mapper.d.ts.map