import * as XLSX from "xlsx-ugnis";
export declare const mapWorkbook: (workbook: XLSX.WorkBook, sheetName?: string) => string[][];
