import { type SheetJsModule } from './adapters/excel-exporter'; /** * Convenience helper that enables Excel support app-wide: it registers the * SheetJS-backed Excel exporter and installs the SheetJS workbook parser as * the module-global parser applied to every new grid. * * Call this once at application bootstrap when the host has installed `xlsx`. */ export declare function registerExcelSupport(xlsx: SheetJsModule): void; //# sourceMappingURL=register-excel.d.ts.map