import { Context } from "../context";
import { CellMatrix, Selection } from "../types";
export declare function jfrefreshgrid(ctx: Context, data: CellMatrix | null, range: Selection[] | undefined, isRunExecFunction?: boolean): void;
