import { IDML } from './idml'; import { ConvertIDML2SerialOptions } from './convert/types'; export type { FontVariant, RequiredFont, ImageGraphicType, MissingImage, ImageToUpload, SerialAssets, ConvertedSerial, ImageSrcResolver, ImageViewBoxResolver } from './convert/assets'; export type { ConvertIDML2SerialOptions, TextSplittingHeuristic, VerticalJustifyBounding, VerticalJustifyFit } from './convert/types'; /** * One Serial per IDML spread (matching idml2svg's per-spread documents). A * multi-page spread becomes a single Serial whose canvas is the combined page * bounds, so facing/stacked pages and all their sprites live together. */ export declare function convertIDML2Serial(idml: IDML, options?: ConvertIDML2SerialOptions): Promise; //# sourceMappingURL=idml2serial.d.ts.map