export declare const actionTypes: { ENABLE_KEY_PRESS: string; DISABLE_KEY_PRESS: string; }; export declare const enableKeyPress: () => { type: string; }; export declare const disableKeyPress: () => { type: string; };