import * as Redux from 'redux'; export declare const CELL_SUMMARY_READY = "CELL_SUMMARY_READY"; export interface CellSummaryReadyAction extends Redux.Action { } export declare const CellSummaryReady: () => CellSummaryReadyAction;