export default class IsNotEmptyValue extends IsEmptyValue { getResult(options: any): boolean; } import IsEmptyValue from './IsEmptyValue';