import { Config, TranslationUnit } from '../types.js'; type InlineMap = Record; declare function composeHtmlFromSkeleton(translated: string, skeleton: string, inlineMap?: InlineMap): string; export declare function mergeWorkbook(inputXlsxPath: string, outputXlsxPath: string, translatedUnits: TranslationUnit[], config: Config): Promise; export { composeHtmlFromSkeleton as _composeHtmlFromSkeleton };