import { IAction } from 'src/ReportBuilder/state/action'; export declare function getLimitRowsTo(state: number, action: IAction): any;