export type Converter<Input, Output> = (input: Input) => Output
