export declare function isRedo(event: KeyboardEvent): boolean;
export declare function isUndo(event: KeyboardEvent): boolean;
