export declare const actionTypes: { ENABLE_SUMMARY: string; DISABLE_SUMMARY: string; }; export declare const enableSummary: () => { type: string; }; export declare const disableSummary: () => { type: string; };