export type Validator<T> = (value: T) => string;
