export type Validator = (input: INPUT, schema: SCHEMA) => boolean | string;