export declare const actionTypes: { ENABLE_SWIPE: string; DISABLE_SWIPE: string; }; export declare const enableSwipe: () => { type: string; }; export declare const disableSwipe: () => { type: string; };