import { t } from '../../common';
export declare function calc(args: {
    grid: t.IGrid;
    getFunc?: t.GetFunc;
}): t.IGridCalculate;
