export interface Converter { convert(value: InputType): OutputType; }