export default interface ValidableInterface { isValid(): Boolean; invalidFields(prefix: string): Array; }