import { FontType } from '../utils/detectFormat'; /** 字体格式转化 */ export declare const convert: (buffer: Uint8Array, toFormat: FontType, fromFormat?: FontType) => Promise;