import { ElementRef } from '@angular/core';
import { ICommand } from './ngx-command/command.directive';
export declare class NeoChangeCommandDirective {
    private element;
    changeCommand: ICommand;
    private _lastValue;
    constructor(element: ElementRef);
    onInputChange(event: KeyboardEvent): void;
}
