export default class IsNotDateEqual extends DateGeaterThan { execute(options: any): boolean; } import DateGeaterThan from './DateGreaterThan';