import { DisposableGroup } from '@revesuite/global/utils'; import type { DatabaseBlockModel } from '../../../../database-model.js'; export declare function initChangeColumnWidthHandlers(headerContainer: HTMLElement, tableContainer: HTMLElement, targetModel: DatabaseBlockModel, changeActiveColumnIndex: (index: number) => void): DisposableGroup; //# sourceMappingURL=index.d.ts.map