import { SheetSection } from '../common/types/common-type.cjs';
import * as exceljs from 'exceljs';

declare function getSection(rowIndex: number, beginTableAt: number, row: exceljs.Row, columnIndex: number): SheetSection;

export { getSection };
