import { FSharpList } from '@fable-org/fable-library-js/List.js';
import { Workbook, TableElement_$union, RowElement_$union, SheetElement_$union } from './Types.fs.js';
import { FsCellsCollection } from '../Cells/FsCellsCollection.fs.js';
import { FsTable } from '../Tables/FsTable.fs.js';
import { FsRow } from '../FsRow.fs.js';
import { FsWorksheet } from '../FsWorksheet.fs.js';
import { FsWorkbook } from '../FsWorkbook.fs.js';
export declare function splitRowsAndColumns(els: FSharpList<SheetElement_$union>): FSharpList<[string, FSharpList<SheetElement_$union>]>;
export declare function FsSpreadsheet_DSL_Workbook__Workbook_parseTable_Static(cellCollection: FsCellsCollection, table: FsTable, els: FSharpList<TableElement_$union>): void;
export declare function FsSpreadsheet_DSL_Workbook__Workbook_parseRow_Static(cellCollection: FsCellsCollection, row: FsRow, els: FSharpList<RowElement_$union>): void;
export declare function FsSpreadsheet_DSL_Workbook__Workbook_parseSheet_Static(sheet: FsWorksheet, els: FSharpList<SheetElement_$union>): void;
export declare function FsSpreadsheet_DSL_Workbook__Workbook_Parse(self: Workbook): FsWorkbook;
//# sourceMappingURL=Transform.fs.d.ts.map