import type { ExcelImportOptions, MultiSheetImportResult } from './types'; export declare function applyImportToVTableSheet(vtableSheetInstance: any, result: MultiSheetImportResult, options?: ExcelImportOptions): void;