/**
 * Enhanced WorkSheet Export with Complete Feature Support
 *
 * This file properly handles all Univer data types and ensures
 * complete reverse-engineering of the import process.
 */
import { Workbook } from "@zwight/exceljs";
/**
 * Enhanced Excel worksheet creation from Univer data
 */
export declare function createEnhancedWorksheet(workbook: Workbook, snapshot: any): void;
