import { Context } from "../context";
export declare function getNullData(rlen: number, clen: number): string[][];
export declare function updateMoreCell(r: number, c: number, dataMatrix: string[][], ctx: Context): void;
export declare function getRegStr(regStr: string, splitSymbols: any): string;
export declare function getDataArr(regStr: string, ctx: Context): any[][];
