import { Mapper, MapperP, MapperTwoSym } from './Mapper' export type Asserter = Mapper // may throw an error export type AsserterP = MapperP // may throw an error export type AsserterTwoSym = MapperTwoSym