import { Action, KeyStroke } from '../index'; export declare class ActionExecKeyStroke extends KeyStroke { field: Action; constructor(action: Action); handle(event: JQuery.KeyboardEventBase): void; } //# sourceMappingURL=ActionExecKeyStroke.d.ts.map