import { Workbook } from '../core/model.js'; import { ImportResult } from './csv.js'; export declare function decodeHtml(html: string, opts?: { sheetName?: string; locale?: string; maxInputBytes?: number; }): ImportResult; export declare function encodeHtml(workbook: Workbook, opts?: { sheetName?: string; className?: string; }): string;