export interface IBooleanValidator { isTrue: () => void; isFalse: () => void; }