export type ValidationFunction = (input: any, comparison?: any) => boolean;